mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:14:06 +02:00
[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:
parent
ab881f8a9d
commit
0182feb5e7
@ -70,7 +70,7 @@ endif
|
|||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
compile: $(OBJ) $(TLSLIB) $(LUALIB)
|
compile: $(OBJ) $(TLSLIB) $(LUALIB)
|
||||||
$(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ)
|
$(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.so uhttpd
|
rm -f *.o *.so uhttpd
|
||||||
|
Loading…
Reference in New Issue
Block a user