summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-05-08 16:39:01 +0000
committerfrueauf <frueauf>1998-05-08 16:39:01 +0000
commita28a24bc70fdf06d35a9b86c52a4fd657dae3381 (patch)
treee2cff70d36dc4e41cf333ec40e9b386a96908463 /lang
parentc1f524183ce789dd69b82f7d9bcdd4d43ddd5511 (diff)
downloadpkgsrc-a28a24bc70fdf06d35a9b86c52a4fd657dae3381.tar.gz
Link cryptmodule against -lcrypt, fixes pr 5422 by Jaromir Dolecek.
Diffstat (limited to 'lang')
-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