]> git.pld-linux.org Git - packages/libgphoto2.git/commitdiff
- fixed libtool 2.2.x issues
authorwrobell <wrobell@pld-linux.org>
Sun, 25 May 2008 03:51:49 +0000 (03:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgphoto2-libtool.patch -> 1.1

libgphoto2-libtool.patch [new file with mode: 0644]

diff --git a/libgphoto2-libtool.patch b/libgphoto2-libtool.patch
new file mode 100644 (file)
index 0000000..d567a83
--- /dev/null
@@ -0,0 +1,36 @@
+diff -Nur libgphoto2-2.4.1.orig/libgphoto2_port/configure.ac libgphoto2-2.4.1/libgphoto2_port/configure.ac
+--- libgphoto2-2.4.1.orig/libgphoto2_port/configure.ac 2007-07-30 06:39:20.000000000 +0100
++++ libgphoto2-2.4.1/libgphoto2_port/configure.ac      2008-05-25 04:22:26.000000000 +0100
+@@ -337,7 +337,7 @@
+ dnl ---------------------------------------------------------------------------
+ GP_CONFIG_MSG([USB ports])
+ GP_CHECK_LIBRARY([LIBUSB],[libusb],[>= 0.1.5],
+-              [usb.h],[usb_busses],[
++              [usb.h],[usb_open],[
+       IOLIB_SUBDIRS="$IOLIB_SUBDIRS usb"
+ ],[],
+               [disable-explicitly],
+diff -Nur libgphoto2-2.4.1.orig/libgphoto2_port/m4/gp-libltdl.m4 libgphoto2-2.4.1/libgphoto2_port/m4/gp-libltdl.m4
+--- libgphoto2-2.4.1.orig/libgphoto2_port/m4/gp-libltdl.m4     2008-03-24 11:47:19.000000000 +0000
++++ libgphoto2-2.4.1/libgphoto2_port/m4/gp-libltdl.m4  2008-05-25 04:21:44.000000000 +0100
+@@ -13,7 +13,7 @@
+ if test "x${LTDLINCL}${LIBLTDL}" = "x"; then
+ AC_CHECK_HEADER([ltdl.h],
+ [dnl
+-AC_CHECK_LIB([ltdl], [lt_dlcaller_register],[dnl
++AC_CHECK_LIB([ltdl], [lt_dlinterface_register],[dnl
+ LTDLINCL=""
+ LIBLTDL="-lltdl"
+ AC_DEFINE([HAVE_LTDL],[1],[Whether libltdl (of libtool fame) is present])
+diff -Nur libgphoto2-2.4.1.orig/m4m/gp-libltdl.m4 libgphoto2-2.4.1/m4m/gp-libltdl.m4
+--- libgphoto2-2.4.1.orig/m4m/gp-libltdl.m4    2008-03-24 11:47:12.000000000 +0000
++++ libgphoto2-2.4.1/m4m/gp-libltdl.m4 2008-05-25 04:21:22.000000000 +0100
+@@ -13,7 +13,7 @@
+ if test "x${LTDLINCL}${LIBLTDL}" = "x"; then
+ AC_CHECK_HEADER([ltdl.h],
+ [dnl
+-AC_CHECK_LIB([ltdl], [lt_dlcaller_register],[dnl
++AC_CHECK_LIB([ltdl], [lt_dlinterface_register],[dnl
+ LTDLINCL=""
+ LIBLTDL="-lltdl"
+ AC_DEFINE([HAVE_LTDL],[1],[Whether libltdl (of libtool fame) is present])
This page took 0.038742 seconds and 4 git commands to generate.