]> git.pld-linux.org Git - packages/dxpc.git/commitdiff
- build with lzo2 AC-STABLE auto/ac/dxpc-3_8_2-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Dec 2006 01:37:27 +0000 (01:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dxpc-lzo2.patch -> 1.1

dxpc-lzo2.patch [new file with mode: 0644]

diff --git a/dxpc-lzo2.patch b/dxpc-lzo2.patch
new file mode 100644 (file)
index 0000000..bb432c7
--- /dev/null
@@ -0,0 +1,24 @@
+--- dxpc-3.8.2/configure.in    2006-12-12 03:35:19.473670439 +0200
++++ dxpc-3.8.2/configure.in    2006-12-12 03:36:05.844717227 +0200
+@@ -21,8 +21,8 @@
+ dnl Checks for header files.
+ AC_PATH_XTRA
+-AC_CHECK_LIB(lzo, lzo_version, 
+-             [LIBS="$LIBS -llzo"],
++AC_CHECK_LIB(lzo2, lzo_version, 
++             [LIBS="$LIBS -llzo2"],
+              AC_MSG_ERROR(
+ [lzo library required: you may need to use the --with-lzo-lib 
+ option to specify path to LZO if it is installed in a non-standard
+@@ -31,8 +31,8 @@
+ # The LZO installer likes to put headers in /usr/local/include, even on
+ # systems where that is not searched. Try to be nice and detect this case...
+ AC_CHECK_HEADER(lzoconf.h, ,
+- [AC_CHECK_HEADER(/usr/local/include/lzoconf.h,
+-                 [CXXFLAGS="$CXXFLAGS -I/usr/local/include"],
++ [AC_CHECK_HEADER(/usr/include/lzo/lzoconf.h,
++                 [CXXFLAGS="$CXXFLAGS -I/usr/include/lzo"],
+                  AC_MSG_ERROR([lzoconf.h required (part of LZO library)]))])
+ AC_DEFUN(dxpc_ACCEPT_LENGTH_T,
This page took 0.077448 seconds and 4 git commands to generate.