]> git.pld-linux.org Git - packages/unbound.git/blobdiff - unbound-pythondir.patch
- adjusted pythondir patch to drop -Lpythondir from `pkg-config --static --libs libun...
[packages/unbound.git] / unbound-pythondir.patch
index 05bd0289e7369c1e376a2da5b9efd5137e0c8789..7c5f724e9e0a55f25c9ad397164d78f0695e273d 100644 (file)
@@ -1,5 +1,14 @@
 --- unbound-1.5.7/acx_python.m4.orig   2014-09-19 11:57:20.000000000 +0200
 +++ unbound-1.5.7/acx_python.m4        2016-03-02 07:58:16.255669696 +0100
+@@ -53,7 +53,7 @@
+         AC_MSG_CHECKING([for Python library path])
+         if test -z "$PYTHON_LDFLAGS"; then
+                 PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \
+-                        print('-L'+get_config_var('LIBDIR')+' -L'+get_config_var('LIBDEST')+' '+get_config_var('BLDLIBRARY'));"`
++                        print('-L'+get_config_var('LIBDIR')+' '+get_config_var('BLDLIBRARY'));"`
+         fi
+         AC_MSG_RESULT([$PYTHON_LDFLAGS])
+         AC_SUBST([PYTHON_LDFLAGS])
 @@ -65,7 +65,7 @@
          AC_MSG_CHECKING([for Python site-packages path])
          if test -z "$PYTHON_SITE_PKG"; then
This page took 0.071239 seconds and 4 git commands to generate.