]> sourceware.org Git - dm.git/commitdiff
fix selinux library linking v1_00_17
authorAlasdair Kergon <agk@redhat.com>
Mon, 19 Apr 2004 14:01:23 +0000 (14:01 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 19 Apr 2004 14:01:23 +0000 (14:01 +0000)
WHATS_NEW
make.tmpl.in

index 222e6e5432e8d2ef401195da271498ff99e11186..ae78594f9e6711bb2f4060e85257e8d508c62c56 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,6 +1,7 @@
 Version 1.00.17 - 17 Apr 2004
 =============================
   configure --with-owner= --with-group= to avoid -o and -g args to 'install'
+  Fix library selinux linking.
 
 Version 1.00.16 - 16 Apr 2004
 =============================
index 03f602646c99fa06891110ae1d5655c54964ccbd..1f3b0fb241c79cf5ed4437804eff5e3c1b248973 100644 (file)
@@ -149,7 +149,7 @@ $(TARGETS): $(OBJECTS)
 
 $(LIB_SHARED): $(OBJECTS) $(LD_DEPS)
        $(CC) $(SOFLAG) -Wl,-soname,$(notdir $@).$(LIB_VERSION) \
-       $(CLDFLAGS) $(OBJECTS) -o $@
+       $(CLDFLAGS) $(OBJECTS) $(LIBS) -o $@
 
 $(LIB_STATIC): $(OBJECTS)
        $(RM) $@
This page took 0.027181 seconds and 5 git commands to generate.