[package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30936 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich 2012-03-13 20:41:31 +00:00
parent 72f225874b
commit 5f4d8411d3

View File

@ -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