]> git.pld-linux.org Git - packages/libcap.git/commitdiff
- use LDFLAGS
authortommat <tommat@pld-linux.org>
Mon, 5 Mar 2007 17:38:27 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcap-link.patch -> 1.5

libcap-link.patch

index 2a24355c92c4790d26e80f1c027320f69be5d0a1..44eeb2f84c44eca05cf1f473f316b3900bdfcbce 100644 (file)
@@ -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)
  
This page took 0.059679 seconds and 4 git commands to generate.