Package: libhmsbeagle / 3.1.2+dfsg-13

enable_static.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Andreas Tille <tille@debian.org>
Date: Sat, 21 Jan 2012 17:27:53 +0100
Description: Enable building static libraries for the -dev package

--- a/configure.ac
+++ b/configure.ac
@@ -61,8 +61,8 @@ AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_INSTALL
 AC_PROG_LN_S
-AC_DISABLE_STATIC
-AM_DISABLE_STATIC
+#AC_DISABLE_STATIC
+#AM_DISABLE_STATIC
 AC_PROG_LIBTOOL
 AM_PROG_LIBTOOL