]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
python: Link crypt module against libcrypt
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2016 13:02:44 +0000 (14:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2016 13:02:44 +0000 (14:02 +0100)
The crypt module wasn't correctly linked against libcrypt
which is now fixed in this patch.

Reported-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python/patches/python-2.7.1-config.patch
python/python.nm

index 82fec2cbb94cf933fcdce9f8a777a9bcfe34bca9..a119dcf4583aee790377166aa87f4de20747e2ed 100644 (file)
  # 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
index 0123eb9d48f0a25c83d7fb6f2f993a8bda4b2c93..5cba0a2f39481340f8bbc9e13e09e183388fe238 100644 (file)
@@ -6,7 +6,7 @@
 name       = python
 major_ver  = 2.7
 version    = %{major_ver}.12
-release    = 1
+release    = 2
 thisapp    = Python-%{version}
 
 groups     = Development/Languages