packages: dmraid/dmraid-as-needed.patch, dmraid/dmraid.spec - build without...
baggins
baggins at pld-linux.org
Sat Apr 28 21:14:40 CEST 2012
Author: baggins Date: Sat Apr 28 19:14:40 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- build without dietlibc (devmapper doesn't build properly with it, so deps unfulfilled)
- drag more libs, devmapper really needs libudev
---- Files affected:
packages/dmraid:
dmraid-as-needed.patch (1.3 -> 1.4) , dmraid.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: packages/dmraid/dmraid-as-needed.patch
diff -u packages/dmraid/dmraid-as-needed.patch:1.3 packages/dmraid/dmraid-as-needed.patch:1.4
--- packages/dmraid/dmraid-as-needed.patch:1.3 Wed Feb 14 17:24:06 2007
+++ packages/dmraid/dmraid-as-needed.patch Sat Apr 28 21:14:35 2012
@@ -10,7 +10,7 @@
+ ifeq ("@DIETLIBC@", "yes")
+ DMRAIDLIBS += -ldevmapper_dietc
+ else
-+ DMRAIDLIBS += -ldevmapper -lz
++ DMRAIDLIBS += -ldevmapper -lz -ludev -lrt
+ endif
+
+# ifeq ("@LIBSELINUX@", "yes")
@@ -36,3 +36,14 @@
$(LIB_STATIC): $(OBJECTS)
$(RM) $@
+--- dmraid/tools/Makefile.in~ 2012-04-28 19:52:38.890744695 +0200
++++ dmraid/tools/Makefile.in 2012-04-28 21:10:18.659323226 +0200
+@@ -30,7 +30,7 @@
+ ifeq ("@DIETLIBC@", "yes")
+ DMRAIDLIBS += -ldevmapper_dietc
+ else
+- DMRAIDLIBS += -ldevmapper
++ DMRAIDLIBS += -ldevmapper -ludev -lrt
+ endif
+
+ ifeq ("@LIBSELINUX@", "yes")
================================================================
Index: packages/dmraid/dmraid.spec
diff -u packages/dmraid/dmraid.spec:1.50 packages/dmraid/dmraid.spec:1.51
--- packages/dmraid/dmraid.spec:1.50 Sat Apr 28 19:29:49 2012
+++ packages/dmraid/dmraid.spec Sat Apr 28 21:14:35 2012
@@ -2,7 +2,7 @@
#
# Conditional build:
%bcond_without initrd # without initrd version
-%bcond_without dietlibc # build initrd version with static glibc instead of dietlibc
+%bcond_with dietlibc # build initrd version with static glibc instead of dietlibc
%bcond_without selinux # build without SELinux support (needs selinux-disabled device-mapper)
#
Summary: Device-mapper RAID tool
@@ -33,6 +33,7 @@
%else
BuildRequires: device-mapper-static >= 1.02.05-0.4
BuildRequires: glibc-static
+BuildRequires: udev-static
%if %{with selinux}
BuildRequires: libselinux-static
BuildRequires: libsepol-static
@@ -189,6 +190,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2012/04/28 19:14:35 baggins
+- build without dietlibc (devmapper doesn't build properly with it, so deps unfulfilled)
+- drag more libs, devmapper really needs libudev
+
Revision 1.50 2012/04/28 17:29:49 baggins
- rel 6
- drop initramfs package, it was never properly tested, never really updated
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/dmraid/dmraid-as-needed.patch?r1=1.3&r2=1.4
http://cvs.pld-linux.org/packages/dmraid/dmraid.spec?r1=1.50&r2=1.51
More information about the pld-cvs-commit
mailing list