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/libxml2/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'package/libxml2/Makefile') diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index f2def369f..19f12828d 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -58,5 +58,11 @@ libxml2-install: libxml2-dev-install: ${INSTALL_DIR} ${IDIR_LIBXML2_DEV}/usr/include ${CP} ${WRKINST}/usr/include/* ${IDIR_LIBXML2_DEV}/usr/include + ${INSTALL_DIR} ${IDIR_LIBXML2_DEV}/usr/lib/pkgconfig + ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/libxml-2.0.pc \ + ${IDIR_LIBXML2_DEV}/usr/lib/pkgconfig + ${INSTALL_DIR} ${IDIR_LIBXML2_DEV}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/xml2-config \ + ${IDIR_LIBXML2_DEV}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3