SOURCES: libcap-link.patch - use LDFLAGS

tommat tommat at pld-linux.org
Mon Mar 5 18:38:32 CET 2007


Author: tommat                       Date: Mon Mar  5 17:38:32 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use LDFLAGS

---- Files affected:
SOURCES:
   libcap-link.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/libcap-link.patch
diff -u SOURCES/libcap-link.patch:1.4 SOURCES/libcap-link.patch:1.5
--- SOURCES/libcap-link.patch:1.4	Tue Aug  3 21:18:07 2004
+++ SOURCES/libcap-link.patch	Mon Mar  5 18:38:27 2007
@@ -5,7 +5,7 @@
  
  $(MINLIBNAME): $(OBJS)
 -	$(LD) -soname $(MAJLIBNAME) -x -shared -o $@ $(OBJS)
-+	$(CC) -Wl,-soname -Wl,$(MAJLIBNAME) -Wl,-x -shared -o $@ $(OBJS)
++	$(CC) $(LDFLAGS) -Wl,-soname -Wl,$(MAJLIBNAME) -Wl,-x -shared -o $@ $(OBJS)
  	ln -sf $(MINLIBNAME) $(MAJLIBNAME)
  	ln -sf $(MAJLIBNAME) $(LIBNAME)
  
@@ -35,7 +35,6 @@
  
  /*
   * $Log$
-  * Revision 1.4  2004/08/03 19:18:07  qboosh
-  * - don't define capget/capset functions with syscall interfaces - they are provided
-  *   by libc since glibc 2.1 or so
+  * Revision 1.5  2007/03/05 17:38:27  tommat
+  * - use LDFLAGS
   *
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/libcap-link.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list