[Debichem-devel] Bug#674976: pdb2pqr: FTBFS on Debian GNU/Hurd [Patch attached]

Barry deFreese bdefreese at debian.org
Tue May 29 02:56:08 UTC 2012


Package: pdb2pqr
Version: 1.7-2
Severity: normal
User: bdefreese at debian.org
Usertags: hurd

Hi,

Currently pqd2pqr fails to build on Debian GNU/Hurd.  However with a very minor patch it is
buildable.  The patch is attached.

Thank you,

Barry deFreese
-------------- next part --------------
Index: pdb2pqr-1.7/propka/configure
===================================================================
--- pdb2pqr-1.7.orig/propka/configure	2012-05-28 22:36:47.000000000 +0000
+++ pdb2pqr-1.7/propka/configure	2012-05-28 22:37:39.000000000 +0000
@@ -3310,6 +3310,8 @@
       PY_LDFLAGS="-lF77 -lm -lM77 -lsunmath";;
    darwin*)
       PY_LDFLAGS="-Wl,-framework -Wl,Python -bundle";;
+   gnu*)
+      PY_SHARED="-shared";;
 esac
 
 case $host_cpu in
Index: pdb2pqr-1.7/configure
===================================================================
--- pdb2pqr-1.7.orig/configure	2010-10-21 15:21:44.000000000 +0000
+++ pdb2pqr-1.7/configure	2012-05-28 22:45:24.000000000 +0000
@@ -3299,6 +3299,8 @@
       PY_LDFLAGS="-lF77 -lm -lM77 -lsunmath";;
    darwin*)
       PY_LDFLAGS="-Wl,-framework -Wl,Python -bundle";;
+   gnu*)
+      PY_SHARED="-shared";;
 esac
 
 case $host_cpu in


More information about the Debichem-devel mailing list