X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Flibnl-tiny%2FMakefile;h=f96424928362031f1ff246e8115e46df31553657;hb=0ab2415c3de7c3e7c6c662d37507afdeb21dcb3d;hp=8a674aa01821a9559ee0cd03e3e2b0719c1763ab;hpb=7939188db6ff1d963f87f127ab4327fe22e02f40;p=openwrt.git diff --git a/package/libnl-tiny/Makefile b/package/libnl-tiny/Makefile index 8a674aa018..f964249283 100644 --- a/package/libnl-tiny/Makefile +++ b/package/libnl-tiny/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnl-tiny PKG_VERSION:=0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk @@ -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) \