[packages] avahi: disable the dbus support on brcm-2.4, it does not build
[openwrt/svn-archive/archive.git] / libs / polarssl / patches / 110-make.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -7,7 +7,7 @@ PREFIX=polarssl_
4 all:
5 cd library && $(MAKE) all && cd ..
6 cd programs && $(MAKE) all && cd ..
7 - cd tests && $(MAKE) all && cd ..
8 + #cd tests && $(MAKE) all && cd ..
9
10 install:
11 mkdir -p $(DESTDIR)/include/polarssl
12 @@ -28,7 +28,7 @@ install:
13 clean:
14 cd library && $(MAKE) clean && cd ..
15 cd programs && $(MAKE) clean && cd ..
16 - cd tests && $(MAKE) clean && cd ..
17 + #cd tests && $(MAKE) clean && cd ..
18
19 check:
20 ( cd tests && $(MAKE) check )