Skip to content

Commit

Permalink
[package] uhttpd: reorder compiler flags to fix native build on Ubunt…
Browse files Browse the repository at this point in the history
…u 11.x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30936 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Mar 13, 2012
1 parent ab881f8 commit 0182feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/uhttpd/src/Makefile
Expand Up @@ -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

0 comments on commit 0182feb

Please sign in to comment.