diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-02-11 15:35:50 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-02-11 15:37:20 +0100 |
| commit | 2ede26713b5d391957cc587b166d3aa1e6d5fb25 (patch) | |
| tree | bafedd994090e5d2682407c67f2b06af212716c5 /dev-lang/python/python-3.8.7-r1.ebuild | |
| parent | 0192c1d200a4e7198cdb33a89c48a8d77fc4079f (diff) | |
| download | gentoo-2ede26713b5d391957cc587b166d3aa1e6d5fb25.tar.gz gentoo-2ede26713b5d391957cc587b166d3aa1e6d5fb25.tar.bz2 gentoo-2ede26713b5d391957cc587b166d3aa1e6d5fb25.zip | |
dev-lang/python: Remove obsolete -L. hack
Closes: https://bugs.gentoo.org/770076
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.8.7-r1.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.8.7-r1.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.8.7-r1.ebuild b/dev-lang/python/python-3.8.7-r1.ebuild index 97ca965b7c5d..7d9a82ace38b 100644 --- a/dev-lang/python/python-3.8.7-r1.ebuild +++ b/dev-lang/python/python-3.8.7-r1.ebuild @@ -140,11 +140,6 @@ src_configure() { # Export CXX so it ends up in /usr/lib/python3.X/config/Makefile. tc-export CXX - # Set LDFLAGS so we link modules with -lpython3.2 correctly. - # Needed on FreeBSD unless Python 3.2 is already installed. - # Please query BSD team before removing this! - append-ldflags "-L." - # Fix implicit declarations on cross and prefix builds. Bug #674070. use ncurses && append-cppflags -I"${ESYSROOT}"/usr/include/ncursesw |
