]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
This commit was manufactured by cvs2git to create branch 'AC-branch'.
authorcvs2git <feedback@pld-linux.org>
Fri, 24 Dec 2004 13:34:00 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2004-12-24 13:34:00 UTC Jakub Bogusz <qboosh@pld-linux.org> '- updated for 4.1.2':
    beecrypt-ac_python.patch -> 1.2

beecrypt-ac_python.patch [new file with mode: 0644]

diff --git a/beecrypt-ac_python.patch b/beecrypt-ac_python.patch
new file mode 100644 (file)
index 0000000..b277fc6
--- /dev/null
@@ -0,0 +1,13 @@
+--- beecrypt-4.1.2/configure.ac.orig   2004-12-24 13:53:59.069561400 +0100
++++ beecrypt-4.1.2/configure.ac        2004-12-24 14:00:29.781164208 +0100
+@@ -397,8 +397,8 @@
+       ac_cv_python_include="-I`python -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_inc()'`"
+     ])
+     AC_CACHE_CHECK([where to install python libraries], ac_cv_python_libdir, [
+-      echo "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()" > conftest.py
+-      ac_cv_python_libdir=`python conftest.py`
++      echo "import sys; print sys.version[[:3]]" > conftest.py
++      ac_cv_python_libdir="${libdir}/python`python conftest.py`/site-packages"
+     ])
+   else
+     ac_with_python=no
This page took 0.080254 seconds and 4 git commands to generate.