SOURCES: hal-parted.patch (NEW) - kill -luuid from libhal linking ...
qboosh
qboosh at pld-linux.org
Thu May 24 19:40:01 CEST 2007
Author: qboosh Date: Thu May 24 17:40:01 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- kill -luuid from libhal linking
- allow parted 1.8.7
---- Files affected:
SOURCES:
hal-parted.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/hal-parted.patch
diff -u /dev/null SOURCES/hal-parted.patch:1.1
--- /dev/null Thu May 24 19:40:01 2007
+++ SOURCES/hal-parted.patch Thu May 24 19:39:56 2007
@@ -0,0 +1,23 @@
+--- hal-0.5.9/configure.in.orig 2007-04-03 06:36:44.000000000 +0200
++++ hal-0.5.9/configure.in 2007-05-24 19:13:20.983232115 +0200
+@@ -191,8 +191,8 @@
+ if test "x$use_parted" = "xyes" ; then
+ USE_PARTED=yes
+ AC_DEFINE(USE_PARTED,1,[Whether libparted is to be used])
+- AC_CHECK_LIB(uuid, uuid_generate, [], AC_MSG_ERROR([*** uuid library (libuuid) not found]))
+- AC_CHECK_LIB(dl, dlopen, [], AC_MSG_ERROR([*** dl library (libdl) not found]))
++ AC_CHECK_LIB(uuid, uuid_generate, [:], AC_MSG_ERROR([*** uuid library (libuuid) not found]))
++ AC_CHECK_LIB(dl, dlopen, [:], AC_MSG_ERROR([*** dl library (libdl) not found]))
+ AC_MSG_CHECKING([for libparted == 1.7.1, 1.8.0, 1.8.1, 1.8.2, 1.8.6])
+ LDFLAGS=-lparted
+ AC_TRY_RUN(
+@@ -211,7 +211,8 @@
+ (major == 1 && minor == 8 && micro == 0) ||
+ (major == 1 && minor == 8 && micro == 1) ||
+ (major == 1 && minor == 8 && micro == 2) ||
+- (major == 1 && minor == 8 && micro == 6))
++ (major == 1 && minor == 8 && micro == 6) ||
++ (major == 1 && minor == 8 && micro == 7))
+ return 0;
+
+ return 1;
================================================================
More information about the pld-cvs-commit
mailing list