packages/net/tctool/patches/001_Makefile_fix.diff
blogic 5851bcb5a7 adds tctool for controlling dsl modems, thanks Maik Zumstrull fixes #2402
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11972 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-28 16:52:43 +00:00

31 lines
829 B
Diff

diff -ur tctool.old/src/Makefile tctool/src/Makefile
--- tctool.old/src/Makefile 2007-01-03 02:32:24.000000000 +0100
+++ tctool/src/Makefile 2007-09-18 19:15:03.068155702 +0200
@@ -31,16 +31,16 @@
EXAMPLE := example
EXOBJ := if.o interface.o etherStream.o etherStreambuf.o tcStream.o tcStreambuf.o tcRtsDump.o tcRtsDumpbuf.o
-CXX := g++
-CXXFLAGS := -march=i386 -O2
-LDFLAGS := --strip-unneeded
-LIBS :=
-LDSTATIC := -L. -static-libgcc
-STATICLIBS := stdc++ m
-COUNTRY := "C"
-LANG := "C"
-LANGUAGE := "C"
-LC_ALL := "C"
+#CXX := g++
+#CXXFLAGS := -march=i386 -O2
+#LDFLAGS := --strip-unneeded
+#LIBS :=
+#LDSTATIC := -L. -static-libgcc
+#STATICLIBS := stdc++ m
+#COUNTRY := "C"
+#LANG := "C"
+#LANGUAGE := "C"
+#LC_ALL := "C"
default: install