projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5ce63
)
compile libnl with -ffunction-sections to make binaries that use genl smaller
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 28 Jun 2008 17:55:21 +0000
(17:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 28 Jun 2008 17:55:21 +0000
(17:55 +0000)
SVN-Revision: 11600
package/libnl/Makefile
patch
|
blob
|
history
diff --git
a/package/libnl/Makefile
b/package/libnl/Makefile
index a6dec002b37c251158c9e94e2809d08e211c4398..88776a07e92c57b6812ab910e6af7652e0830674 100644
(file)
--- a/
package/libnl/Makefile
+++ b/
package/libnl/Makefile
@@
-29,6
+29,8
@@
define Package/libnl/description
This package contains a library for applications dealing with netlink sockets
endef
+TARGET_CFLAGS += -ffunction-sections
+
define Build/Compile
$(call Build/Compile/Default)
make -C $(PKG_BUILD_DIR) \