summaryrefslogtreecommitdiffhomepage
path: root/contrib/axtls/patches/002-httpd-fix.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-11-09 16:11:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-11-09 16:11:46 +0000
commit0d7829638607013939064896b1432067d5302dbc (patch)
tree823f189f61da9dad9913feeb09245a7aff951b6e /contrib/axtls/patches/002-httpd-fix.patch
parentce4c71cda0a35ef8cbd075748d7af3692fcae83a (diff)
* luci/contrib: add axtls package
Diffstat (limited to 'contrib/axtls/patches/002-httpd-fix.patch')
-rw-r--r--contrib/axtls/patches/002-httpd-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/axtls/patches/002-httpd-fix.patch b/contrib/axtls/patches/002-httpd-fix.patch
new file mode 100644
index 000000000..e6fd152d8
--- /dev/null
+++ b/contrib/axtls/patches/002-httpd-fix.patch
@@ -0,0 +1,12 @@
+diff -urb axTLS.orig/httpd/Makefile axTLS/httpd/Makefile
+--- axTLS.orig/httpd/Makefile 2008-11-09 00:58:44.000000000 +0000
++++ axTLS/httpd/Makefile 2008-11-09 01:29:55.000000000 +0000
+@@ -95,7 +95,7 @@
+ ifndef CONFIG_PLATFORM_WIN32
+
+ $(TARGET): $(OBJ) $(AXTLS_HOME)/$(STAGE)/libaxtls.a
+- $(LD) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
++ $(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
+ ifdef CONFIG_STRIP_UNWANTED_SECTIONS
+ strip --remove-section=.comment $(TARGET)
+ endif