summaryrefslogtreecommitdiff
path: root/package/libnl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
commit26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch)
tree22f152f92d6c1e9c325583f46278a385ffefd38b /package/libnl
parent67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff)
another round of native compile fixes
Diffstat (limited to 'package/libnl')
-rw-r--r--package/libnl/Makefile3
1 files changed, 3 insertions, 0 deletions
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