From 51a5baf372da720fd536f7e6593f3f25130baca4 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 25 Jun 2006 21:59:57 +0000 Subject: remove ref to host directories in config scripts. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4082 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/gnutls/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/package/gnutls') diff --git a/openwrt/package/gnutls/Makefile b/openwrt/package/gnutls/Makefile index 525785078..b02199fce 100644 --- a/openwrt/package/gnutls/Makefile +++ b/openwrt/package/gnutls/Makefile @@ -108,6 +108,8 @@ $(STAGING_DIR)/usr/lib/libgnutls.so: $(PKG_BUILD_DIR)/.built $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/gnutls{,-extra}.pc $(STAGING_DIR)/usr/lib/pkgconfig/ mkdir -p $(STAGING_DIR)/usr/share/aclocal $(CP) $(PKG_INSTALL_DIR)/usr/share/aclocal/libgnutls{,-extra}.m4 $(STAGING_DIR)/usr/share/aclocal/ + $(SED) 's,-I$${includedir},,g' $(STAGING_DIR)/usr/lib/pkgconfig/gnutls{,-extra}.pc + $(SED) 's,-L$${libdir},,g' $(STAGING_DIR)/usr/lib/pkgconfig/gnutls{,-extra}.pc touch $@ install-dev: $(STAGING_DIR)/usr/lib/libgnutls.so -- cgit v1.2.3