summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-13 20:41:31 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-13 20:41:31 +0000
commit5a23732be6f2f25faa4ffaf1c55ead325f942979 (patch)
tree35e3ec8758358c01ad37cb26d1a25e7c4ab6f999
parente134b338c1f661c4dd72996ef71ed510047354f2 (diff)
downloaduhttpd-5a23732be6f2f25faa4ffaf1c55ead325f942979.tar.gz
[package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/package/uhttpd/src@30936 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e98ab8..2b08ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ endif
$(CC) $(CFLAGS) -c -o $@ $<
compile: $(OBJ) $(TLSLIB) $(LUALIB)
- $(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ)
+ $(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB)
clean:
rm -f *.o *.so uhttpd