diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-07 18:48:26 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-07 18:48:26 +0000 |
commit | 0f8aa7e69967b402643ed47b34e82d907413786b (patch) | |
tree | 46bd45f8df4d624ab43f48df60dfd10b441dea19 /dev-lang | |
parent | Changed python config (diff) | |
download | historical-0f8aa7e69967b402643ed47b34e82d907413786b.tar.gz historical-0f8aa7e69967b402643ed47b34e82d907413786b.tar.bz2 historical-0f8aa7e69967b402643ed47b34e82d907413786b.zip |
Added -lpython2.0 to python-config
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.0-r4.ebuild b/dev-lang/python/python-2.0-r4.ebuild index 893b39bd2585..9488eb56180f 100644 --- a/dev-lang/python/python-2.0-r4.ebuild +++ b/dev-lang/python/python-2.0-r4.ebuild @@ -66,7 +66,7 @@ src_unpack() { -e 's:^#termios:termios:' -e 's:^#resource:resource:' \ Setup.in > Setup echo "fchksum fchksum.c md5_2.c" >> Setup - mylibs="$mylibs -lz -lutil" + mylibs="-lpython2.0 $mylibs -lz -lutil" cd ${S}/Modules if [ "`use berkdb`" ] |