SOURCES: libgphoto2-libtool.patch (NEW) - fixed libtool 2.2.x issues

wrobell wrobell at pld-linux.org
Sun May 25 05:51:54 CEST 2008


Author: wrobell                      Date: Sun May 25 03:51:54 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed libtool 2.2.x issues

---- Files affected:
SOURCES:
   libgphoto2-libtool.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libgphoto2-libtool.patch
diff -u /dev/null SOURCES/libgphoto2-libtool.patch:1.1
--- /dev/null	Sun May 25 05:51:54 2008
+++ SOURCES/libgphoto2-libtool.patch	Sun May 25 05:51:49 2008
@@ -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])
================================================================


More information about the pld-cvs-commit mailing list