summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-05-08 16:39:01 +0000
committerfrueauf <frueauf>1998-05-08 16:39:01 +0000
commita332d3081b51aeddb5c88d2b29071e35bee4c17f (patch)
treee2cff70d36dc4e41cf333ec40e9b386a96908463 /lang/python
parent89e829e23c294a9b2699ba9a39c6ec8eb6b9c59c (diff)
downloadpkgsrc-a332d3081b51aeddb5c88d2b29071e35bee4c17f.tar.gz
Link cryptmodule against -lcrypt, fixes pr 5422 by Jaromir Dolecek.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/files/Setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/files/Setup b/lang/python/files/Setup
index b0e5233355a..7b5955b0d4b 100644
--- a/lang/python/files/Setup
+++ b/lang/python/files/Setup
@@ -146,7 +146,7 @@ errno errnomodule.c # posix (UNIX) errno values
# The crypt module is now disabled by default because it breaks builds
# on many systems (where -lcrypt is needed), e.g. Linux (I believe).
-crypt cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on some systems
+crypt cryptmodule.c -lcrypt # crypt(3); needs -lcrypt on some systems
# Some more UNIX dependent modules -- off by default, since these