fix typo, proto should be protocol
[openwrt.git] / package / libnl / Makefile
index a6dec00..c763526 100644 (file)
@@ -29,6 +29,8 @@ define Package/libnl/description
  This package contains a library for applications dealing with netlink sockets
 endef
 
+TARGET_CFLAGS += -ffunction-sections $(FPIC)
+
 define Build/Compile
        $(call Build/Compile/Default)
        make -C $(PKG_BUILD_DIR) \
This page took 0.025484 seconds and 4 git commands to generate.