Author: qboosh                       Date: Mon Mar  7 22:22:53 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use -lpopt only for fstab-sync, libs and other utils don't need it

---- Files affected:
SOURCES:
   hal-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/hal-link.patch
diff -u /dev/null SOURCES/hal-link.patch:1.1
--- /dev/null   Mon Mar  7 23:22:53 2005
+++ SOURCES/hal-link.patch      Mon Mar  7 23:22:48 2005
@@ -0,0 +1,11 @@
+--- hal-0.4.7/configure.in.orig        2005-01-25 03:41:42.000000000 +0100
++++ hal-0.4.7/configure.in     2005-03-07 23:04:53.839924760 +0100
+@@ -67,7 +67,7 @@
+ if test "x$enable_fstab_sync" = "xyes" ; then
+    # fstab-sync needs popt, so check for it here
+    AC_CHECK_HEADERS(popt.h,, [AC_MSG_ERROR([You need popt to build 
fstab-sync])])
+-   AC_CHECK_LIB(popt, poptGetContext,, [AC_MSG_ERROR([You need popt to build 
fstab-sync])])
++   AC_CHECK_LIB(popt, poptGetContext,[:], [AC_MSG_ERROR([You need popt to 
build fstab-sync])])
+ 
+    AC_DEFINE(FSTAB_SYNC_ENABLED,1,[Whether fstab-sync callout should be 
installed])
+ fi
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to