aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mini-httpd/files/remove-CC.patch
blob: 0fddcd7cb6e7f0e61def0df6f3e512af028540a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -NurpP --minimal mini_httpd-1.19/Makefile mini_httpd-1.19-new/Makefile
--- mini_httpd-1.19/Makefile	2008-10-06 15:45:44.000000000 +0800
+++ mini_httpd-1.19-new/Makefile	2008-10-06 15:46:11.000000000 +0800
@@ -22,7 +22,7 @@ CRYPT_LIB =    -lcrypt
 
 BINDIR =	/usr/sbin
 MANDIR =	/usr/share/man
-CC =		gcc
+#CC =		gcc
 CDEFS =		${SSL_DEFS} ${SSL_INC}
 CFLAGS =	-O ${CDEFS}
 #CFLAGS =	-g ${CDEFS}