diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 16:38:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-04 16:38:06 +0000 |
commit | fce7c41b489b2dffc2baf949df6fc52be64fd9dd (patch) | |
tree | 16ff077d4b9f2b2436df4d7fd3106293ea7bd561 /package/libnl-tiny | |
parent | 2211ca2c66eaca6d8d786b4fe552743f833b2013 (diff) |
libnl-tiny: add -fpic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15594 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl-tiny')
-rw-r--r-- | package/libnl-tiny/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libnl-tiny/Makefile b/package/libnl-tiny/Makefile index 8a674aa01..4b02ef16b 100644 --- a/package/libnl-tiny/Makefile +++ b/package/libnl-tiny/Makefile @@ -28,6 +28,8 @@ define Build/Prepare $(CP) ./src/* $(PKG_BUILD_DIR)/ endef +TARGET_CFLAGS += $(FPIC) + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ |