summaryrefslogtreecommitdiffstats
path: root/package/mini_httpd/patches/500-matrixssl.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-19 00:16:27 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-19 00:16:27 +0000
commit3dd1167ead9189b74e0c9a1fffeda09be418d687 (patch)
tree5c22189672272ef66f330b0e6779f32fa87f32e6 /package/mini_httpd/patches/500-matrixssl.patch
parent538bd8dadbdf7431158dca4cb176adacff4ceeab (diff)
add a patch to provide a descent PATH to cgi,
split in 3 packages (w/o ssl, w/ matrixssl & w/ openssl), add a restart command to init-script. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2174 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mini_httpd/patches/500-matrixssl.patch')
-rw-r--r--package/mini_httpd/patches/500-matrixssl.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/mini_httpd/patches/500-matrixssl.patch b/package/mini_httpd/patches/500-matrixssl.patch
index e2d83af88..0ab8d6833 100644
--- a/package/mini_httpd/patches/500-matrixssl.patch
+++ b/package/mini_httpd/patches/500-matrixssl.patch
@@ -14,11 +14,11 @@ diff -ruN mini_httpd-1.19-orig/Makefile mini_httpd-1.19-3/Makefile
+#SSL_OBJS =
+
+# MatrixSSL
-+SSL_TREE =
-+SSL_DEFS = -DUSE_SSL -DHAVE_MATRIXSSL
-+SSL_INC =
-+SSL_LIBS = -lmatrixssl
-+SSL_OBJS = matrixssl_helper.o
++#SSL_TREE =
++#SSL_DEFS = -DUSE_SSL -DHAVE_MATRIXSSL
++#SSL_INC =
++#SSL_LIBS = -lmatrixssl
++#SSL_OBJS = matrixssl_helper.o
-BINDIR = /usr/local/sbin