]> git.pld-linux.org Git - packages/dahdi-tools.git/commitdiff
- updated for 2.2.0
authorhawk <hawk@pld-linux.org>
Tue, 14 Jul 2009 21:42:05 +0000 (21:42 +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.2

dahdi-tools-as-needed.patch

index 73211cfae253d5daac7f7b9950e39712d758758d..7a75927f57ea27274600ba2499baf670e189b68e 100644 (file)
@@ -1,12 +1,11 @@
-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 @@
+--- dahdi-tools-2.2.0/Makefile.orig    2009-06-08 19:02:48.000000000 +0200
++++ dahdi-tools-2.2.0/Makefile 2009-07-14 23:37:59.701926099 +0200
+@@ -158,7 +158,7 @@
        $(CC) $(CFLAGS) $(MAKE_DEPS) -c -o $@ $<
  
  %: %.o
--      $(CC) $(LDFLAGS) -o $@ $^
-+      $(CC) -o $@ $^ $(LDFLAGS) 
+-      $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
++      $(CC) -o $@ $^ $(LDFLAGS) $(LIBS)
  
  prereq: config.status
  
This page took 0.150394 seconds and 4 git commands to generate.