X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Ffaad2%2FMakefile;h=11ba48755cfc5e9c9e926b44a61d0ebd7d8d045b;hb=fc9f442fc88116b4d83694e6917d7b7c60294d3f;hp=ab79c4ecf94eda5eb21be804a3dd41fc6dd18ea1;hpb=fd5efb03782a179098f5f54c94c5fc45a5e82942;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index ab79c4ecf9..11ba48755c 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -70,6 +70,8 @@ define Build/Configure ) endef +TARGET_CFLAGS += $(FPIC) + MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install \ @@ -93,7 +95,3 @@ endef $(eval $(call BuildPackage,faad2)) $(eval $(call BuildPackage,libfaad2)) - -$(eval $(call RequireCommand,autoconf, \ - $(PKG_NAME) requires GNU autoconf. \ -))