summaryrefslogtreecommitdiff
path: root/package/libnl
diff options
context:
space:
mode:
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