added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2

SVN-Revision: 9162
This commit is contained in:
John Crispin
2007-10-06 23:50:47 +00:00
parent 446881738f
commit c3847b8e5d
6 changed files with 39 additions and 7 deletions

View File

@@ -101,8 +101,6 @@ define Build/InstallDev
BUILDCC="$(HOSTCC)" \
DESTDIR="$(1)" \
install-libs
$(SED) 's,-I$$$${includedir},,g' $(1)/usr/lib/pkgconfig/{blkid,com_err,e2p,ext2fs,ss,uuid}.pc
$(SED) 's,-L$$$${libdir},,g' $(1)/usr/lib/pkgconfig/{blkid,com_err,e2p,ext2fs,ss,uuid}.pc
endef
define Build/UninstallDev