diff options
-rw-r--r-- | package/pcsc-lite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pcsc-lite/Makefile b/package/pcsc-lite/Makefile index 096625b96..f53637a56 100644 --- a/package/pcsc-lite/Makefile +++ b/package/pcsc-lite/Makefile @@ -39,5 +39,8 @@ post-install: pcsc-lite-dev-install: ${INSTALL_DIR} ${IDIR_PCSC_LITE_DEV}/usr/include ${CP} ${WRKINST}/usr/include/* ${IDIR_PCSC_LITE_DEV}/usr/include + ${INSTALL_DIR} ${IDIR_PCSC_LITE_DEV}/usr/lib/pkgconfig + ${CP} ${WRKINST}/usr/lib/pkgconfig/*.pc \ + ${IDIR_PCSC_LITE_DEV}/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk |