packages/libs/clearsilver/patches/003-disable-tests.patch
rhk 8b30049274 [packages] clearsilver: fix Config.in handling and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 17:02:13 +00:00

12 lines
387 B
Diff

--- a/cs/Makefile
+++ b/cs/Makefile
@@ -24,7 +24,7 @@ CSDUMP_OBJ = $(CSDUMP_SRC:%.c=%.o)
LIBS += -lneo_cs -lneo_utl # -lefence
-TARGETS = $(CS_LIB) $(CSTEST_EXE) $(CSR_EXE) test
+TARGETS = $(CS_LIB) $(CSTEST_EXE) $(CSR_EXE) # test
CS_TESTS = test.cs test2.cs test3.cs test4.cs test5.cs test6.cs test7.cs \
test8.cs test9.cs test10.cs test11.cs test12.cs test13.cs \