]> git.pld-linux.org Git - packages/xz.git/commitdiff
- pass LDFLAGS
authortommat <tommat@pld-linux.org>
Mon, 5 Mar 2007 13:20:16 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lzma-shared.patch -> 1.3

lzma-shared.patch

index 2fc7268dfd4f5fcf910d52c2fcd1b546b5c87d04..3e9c9884c144f3bee7f4474f403172ccc7639510 100644 (file)
@@ -11,7 +11,7 @@
        $(AR) r $(PROG) $(OBJS)\r
  \r
 +liblzma.so.0.0.0:     $(OBJS)\r
-+      $(CXX) -shared -o $@ -Wl,-soname,liblzma.so.0 $(OBJS)\r
++      $(CXX) -shared -o $@ $(LDFLAGS) -Wl,-soname,liblzma.so.0 $(OBJS)\r
 +\r
  ZLib.o: ZLib.cpp\r
        $(CXX) $(CFLAGS) ZLib.cpp\r
This page took 0.133673 seconds and 4 git commands to generate.