summaryrefslogtreecommitdiff
path: root/openwrt/package/gnutls
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-06-25 21:59:57 +0000
committerNicolas Thill <nico@openwrt.org>2006-06-25 21:59:57 +0000
commit89b019c77596710b004258755c603368c064c79e (patch)
treeb76e94b6f9815b53891fbe516d2525a537066e50 /openwrt/package/gnutls
parent9da93d7b45f8e7f8892610a2ef233a089d77ca4b (diff)
downloadmtk-20170518-89b019c77596710b004258755c603368c064c79e.zip
mtk-20170518-89b019c77596710b004258755c603368c064c79e.tar.gz
mtk-20170518-89b019c77596710b004258755c603368c064c79e.tar.bz2
remove ref to host directories in config scripts.
SVN-Revision: 4082
Diffstat (limited to 'openwrt/package/gnutls')
-rw-r--r--openwrt/package/gnutls/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/gnutls/Makefile b/openwrt/package/gnutls/Makefile
index 5257850..b02199f 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