From 0ae6204480e315d1dcba3baf568b350edbfaafc7 Mon Sep 17 00:00:00 2001 From: fake Date: Mon, 13 Dec 2004 16:55:18 +0000 Subject: [PATCH] fake: python: add -lcrypt so the crypt module works [2004121219473412552] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5205 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/python/python-setup.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base/python/python-setup.patch b/package/base/python/python-setup.patch index 446a72f9b..7da6282c8 100644 --- a/package/base/python/python-setup.patch +++ b/package/base/python/python-setup.patch @@ -37,7 +37,7 @@ # First, look at Setup.config; configure may have set this for you. -#crypt cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on some systems -+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