projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de7ede
)
[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)
SVN-Revision: 30936
package/uhttpd/src/Makefile
patch
|
blob
|
history
diff --git
a/package/uhttpd/src/Makefile
b/package/uhttpd/src/Makefile
index 5e98ab8750ac49d28b55cac24b181a64e443c095..2b08ec668c32ce13a29385f2cbc1ae3f337e2519 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