From 8e3976fb2439eadb42edcc1e69d3c0de103d5a98 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 Aug 2008 01:40:31 +0000 Subject: [PATCH] clean up tiff makefile and fix avr32 compile SVN-Revision: 12196 --- libs/tiff/Makefile | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index e58cdf6daf..d765223c6d 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -18,8 +18,6 @@ PKG_FIXUP := libtool include $(INCLUDE_DIR)/package.mk -CONFIGURE_ARGS_XTRA+=--without-x - define Package/libtiff SECTION:=libs CATEGORY:=Libraries @@ -27,22 +25,8 @@ define Package/libtiff DEPENDS:=+zlib +libjpeg endef -define Build/Configure - (cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH); \ - if [ -x $(CONFIGURE_CMD) ]; then \ - $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/ && \ - $(CONFIGURE_VARS) \ - $(CONFIGURE_CMD) \ - $(CONFIGURE_ARGS_XTRA) \ - $(CONFIGURE_ARGS) ;\ - fi \ - ) -endef - -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) - $(MAKE) -C $(PKG_BUILD_DIR)/ install DESTDIR=$(PKG_INSTALL_DIR) -endef +CONFIGURE_ARGS += --without-x +MAKE_FLAGS += all install DESTDIR=$(PKG_INSTALL_DIR) define Build/InstallDev $(INSTALL_DIR) $(1)/usr/{lib,include} -- 2.30.2