From 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Feb 2011 23:39:17 +0100 Subject: another round of native compile fixes --- package/libnl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/libnl') diff --git a/package/libnl/Makefile b/package/libnl/Makefile index c2878f406..3261a50ec 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -32,5 +32,8 @@ libnl-install: libnl-dev-install: ${INSTALL_DIR} ${IDIR_LIBNL_DEV}/usr/include ${CP} ${WRKINST}/usr/include/* ${IDIR_LIBNL_DEV}/usr/include + ${INSTALL_DIR} ${IDIR_LIBNL_DEV}/usr/lib/pkgconfig + ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/*.pc \ + ${IDIR_LIBNL_DEV}/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3