summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-2.7.18-r6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-11 15:35:50 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-11 15:37:20 +0100
commit2ede26713b5d391957cc587b166d3aa1e6d5fb25 (patch)
treebafedd994090e5d2682407c67f2b06af212716c5 /dev-lang/python/python-2.7.18-r6.ebuild
parent0192c1d200a4e7198cdb33a89c48a8d77fc4079f (diff)
downloadgentoo-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-2.7.18-r6.ebuild')
-rw-r--r--dev-lang/python/python-2.7.18-r6.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-lang/python/python-2.7.18-r6.ebuild b/dev-lang/python/python-2.7.18-r6.ebuild
index ea553c8e16d5..87697e77174e 100644
--- a/dev-lang/python/python-2.7.18-r6.ebuild
+++ b/dev-lang/python/python-2.7.18-r6.ebuild
@@ -174,11 +174,6 @@ src_configure() {
# http://bugs.python.org/issue15506
export ac_cv_path_PKG_CONFIG=$(tc-getPKG_CONFIG)
- # Set LDFLAGS so we link modules with -lpython2.7 correctly.
- # Needed on FreeBSD unless Python 2.7 is already installed.
- # Please query BSD team before removing this!
- append-ldflags "-L."
-
local dbmliborder
if use gdbm; then
dbmliborder+="${dbmliborder:+:}gdbm"