SOURCES: zaptel-make.patch - 1.0.9.2
areq
areq at pld-linux.org
Thu Sep 15 00:13:41 CEST 2005
Author: areq Date: Wed Sep 14 22:13:41 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- 1.0.9.2
---- Files affected:
SOURCES:
zaptel-make.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/zaptel-make.patch
diff -u SOURCES/zaptel-make.patch:1.1 SOURCES/zaptel-make.patch:1.2
--- SOURCES/zaptel-make.patch:1.1 Tue Mar 22 22:38:29 2005
+++ SOURCES/zaptel-make.patch Thu Sep 15 00:13:36 2005
@@ -1,7 +1,7 @@
diff -urN zaptel-1.0.7.org/Makefile zaptel-1.0.7/Makefile
--- zaptel-1.0.7.org/Makefile 2005-03-01 15:35:16.000000000 +0100
+++ zaptel-1.0.7/Makefile 2005-03-22 23:35:01.745935792 +0100
-@@ -177,8 +177,8 @@
+@@ -181,8 +181,8 @@
ztmonitor: ztmonitor.o
$(CC) -o ztmonitor ztmonitor.o
@@ -12,7 +12,7 @@
ztspeed: ztspeed.o
$(CC) -o ztspeed ztspeed.o
-@@ -195,15 +195,15 @@
+@@ -199,15 +199,15 @@
$(LIBTONEZONE): $(TZOBJS)
$(CC) -shared -Wl,-soname,libtonezone.so.1 -lm -o $@ $(TZOBJS)
[ `id -u` = 0 ] && /sbin/ldconfig || :
@@ -31,12 +31,12 @@
ztcfg-dude: ztcfg-dude.o mknotch.o complex.o $(LIBTONEZONE)
$(CC) -o ztcfg ztcfg-dude.o mknotch.o complex.o -lm -L. -ltonezone
-@@ -220,8 +220,8 @@
+@@ -224,8 +224,8 @@
usbfxstest: usbfxstest.o
$(CC) -o usbfxstest usbfxstest.o -lzap
-fxstest: fxstest.o
-- $(CC) -o fxstest fxstest.o -ltonezone
+- $(CC) -o fxstest fxstest.o -L. -ltonezone -lm
+fxstest: fxstest.o $(LIBTONEZONE)
+ $(CC) -o fxstest fxstest.o -L. -ltonezone
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/zaptel-make.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list