summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-08-17 19:47:55 +0000
committerThomas Sachau <tommy@gentoo.org>2010-08-17 19:47:55 +0000
commit809c323ba42cd2282602be44eedb42a34fdd3d3d (patch)
tree4c984e943fb3f5f30243f97294f0a974ff79dc87 /sys-fs/dmraid/files/dmraid-1.0.0_rc16-as-needed2.patch
parentFix building (and implicits of fstat, mknod and chmod) with recent glibc wrt ... (diff)
downloadgentoo-2-809c323ba42cd2282602be44eedb42a34fdd3d3d.tar.gz
gentoo-2-809c323ba42cd2282602be44eedb42a34fdd3d3d.tar.bz2
gentoo-2-809c323ba42cd2282602be44eedb42a34fdd3d3d.zip
Revision bump, fixes bug 331899 and bug 332737
(Portage version: 2.2_rc67-r8/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/dmraid/files/dmraid-1.0.0_rc16-as-needed2.patch')
-rw-r--r--sys-fs/dmraid/files/dmraid-1.0.0_rc16-as-needed2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/dmraid/files/dmraid-1.0.0_rc16-as-needed2.patch b/sys-fs/dmraid/files/dmraid-1.0.0_rc16-as-needed2.patch
new file mode 100644
index 000000000000..cf3018863ffd
--- /dev/null
+++ b/sys-fs/dmraid/files/dmraid-1.0.0_rc16-as-needed2.patch
@@ -0,0 +1,11 @@
+--- 1.0.0.rc16/make.tmpl.in 2010-08-16 10:22:32.000000000 -0400
++++ 1.0.0.rc16/make.tmpl.in 2010-08-16 10:42:49.000000000 -0400
+@@ -136,7 +136,7 @@
+
+ %.so: $(OBJECTS)
+ $(CC) -shared -Wl,-soname,$(notdir $@).$(DMRAID_LIB_VERSION) \
+- -Wl,--version-script,.export.sym $(OBJECTS) -o $@ -ldevmapper-event
++ $(LDFLAGS) -Wl,--version-script,.export.sym $(OBJECTS) -o $@ -ldevmapper-event -ldl
+
+ $(LIB_STATIC): $(OBJECTS)
+ $(RM) $@