From 0aabef127155575e8c8d660605f9401ab15356aa Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Feb 2011 17:41:36 +0100 Subject: allow native build of a lot of packages STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. --- package/libtiff/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'package/libtiff') diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile index 27060c07f..0782930e6 100644 --- a/package/libtiff/Makefile +++ b/package/libtiff/Makefile @@ -3,7 +3,7 @@ include ${TOPDIR}/rules.mk -PKG_NAME:= libtiff +PKG_NAME:= tiff PKG_VERSION:= 3.9.4 PKG_RELEASE:= 3 PKG_MD5SUM:= 2006c1bdd12644dbf02956955175afd6 @@ -16,9 +16,6 @@ PKG_SUBPKGS:= LIBTIFF LIBTIFF_DEV PKGSD_LIBTIFF_DEV:= development files for libtiff PKGSC_LIBTIFF_DEV:= devel -DISTFILES:= tiff-${PKG_VERSION}.tar.gz -WRKDIST= ${WRKDIR}/tiff-${PKG_VERSION} - ifeq ($(ADK_STATIC),y) PKG_OPTS:= libonly endif @@ -28,7 +25,8 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBTIFF,libtiff,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) $(eval $(call PKG_template,LIBTIFF_DEV,libtiff-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBTIFF_DEV},${PKGSC_LIBTIFF_DEV},${PKG_OPTS})) -CONFIGURE_ARGS+= --disable-cxx --disable-rpath +CONFIGURE_ARGS+= --disable-cxx \ + --disable-rpath post-install: ${INSTALL_DIR} ${IDIR_LIBTIFF}/usr/lib -- cgit v1.2.3