projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f2258
)
[package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 13 Mar 2012 20:41:31 +0000
(20:41 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 13 Mar 2012 20:41:31 +0000
(20:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30936
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uhttpd/src/Makefile
patch
|
blob
|
history
diff --git
a/package/uhttpd/src/Makefile
b/package/uhttpd/src/Makefile
index
5e98ab8
..
2b08ec6
100644
(file)
--- a/
package/uhttpd/src/Makefile
+++ b/
package/uhttpd/src/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