13 lines
598 B
Plaintext
13 lines
598 B
Plaintext
$OpenBSD: patch-python_Makefile_in,v 1.2 2013/09/24 14:57:14 ajacoutot Exp $
|
|
--- python/Makefile.in.orig Thu Sep 12 13:14:15 2013
|
|
+++ python/Makefile.in Tue Sep 24 16:39:16 2013
|
|
@@ -484,7 +484,7 @@ uninstall-am: uninstall-pythonsiteSCRIPTS
|
|
|
|
|
|
pwquality.so: ../src/pwquality.h pwquality.c setup.py
|
|
- CFLAGS="${CFLAGS} -fno-strict-aliasing" python setup.py build --build-lib=.
|
|
+ CFLAGS="${CFLAGS} -fno-strict-aliasing" ${MODPY_BIN} setup.py build --build-lib=.
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|