projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added target architecture name for ps3
[openwrt.git]
/
package
/
libpcap
/
Makefile
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index
ed048a4
..
620fdb9
100644
(file)
--- a/
package/libpcap/Makefile
+++ b/
package/libpcap/Makefile
@@
-30,6
+30,9
@@
define Package/libpcap/description
packet capture.
endef
packet capture.
endef
+TARGET_CFLAGS += \
+ -ffunction-sections -fdata-sections
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
This page took
0.023658 seconds
and
4
git commands to generate.