]> git.pld-linux.org Git - packages/dahdi-tools.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Fri, 26 Dec 2008 23:01:42 +0000 (23:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dahdi-tools-as-needed.patch -> 1.1

dahdi-tools-as-needed.patch [new file with mode: 0644]

diff --git a/dahdi-tools-as-needed.patch b/dahdi-tools-as-needed.patch
new file mode 100644 (file)
index 0000000..73211cf
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur dahdi-tools-2.1.0.2.orig/Makefile dahdi-tools-2.1.0.2.as-needed/Makefile
+--- dahdi-tools-2.1.0.2.orig/Makefile  2008-12-15 13:19:07.000000000 -0700
++++ dahdi-tools-2.1.0.2.as-needed/Makefile     2008-12-25 23:22:02.000000000 -0700
+@@ -156,7 +156,7 @@
+       $(CC) $(CFLAGS) $(MAKE_DEPS) -c -o $@ $<
+ %: %.o
+-      $(CC) $(LDFLAGS) -o $@ $^
++      $(CC) -o $@ $^ $(LDFLAGS) 
+ prereq: config.status
This page took 0.156144 seconds and 4 git commands to generate.