Skip to content
Snippets Groups Projects
Commit d7c2fc49 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

libnl-tiny: add -fpic

SVN-Revision: 15594
parent 3a3df94c
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ define Build/Prepare ...@@ -28,6 +28,8 @@ define Build/Prepare
$(CP) ./src/* $(PKG_BUILD_DIR)/ $(CP) ./src/* $(PKG_BUILD_DIR)/
endef endef
TARGET_CFLAGS += $(FPIC)
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment