mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-09 04:51:55 +02:00
compile libnl with -ffunction-sections to make binaries that use genl smaller
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11600 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4cf91506a9
commit
e9e6238a63
@ -29,6 +29,8 @@ define Package/libnl/description
|
|||||||
This package contains a library for applications dealing with netlink sockets
|
This package contains a library for applications dealing with netlink sockets
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -ffunction-sections
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default)
|
$(call Build/Compile/Default)
|
||||||
make -C $(PKG_BUILD_DIR) \
|
make -C $(PKG_BUILD_DIR) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user