diff options
Diffstat (limited to 'package/opensc')
-rw-r--r-- | package/opensc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/opensc/Makefile b/package/opensc/Makefile index 24d89aa2a..60717c763 100644 --- a/package/opensc/Makefile +++ b/package/opensc/Makefile @@ -36,6 +36,9 @@ SUB_INSTALLS-y:= SUB_INSTALLS-m:= SUB_INSTALLS-${ADK_PACKAGE_LIBOPENSC_DEV}+= libopensc-dev-install +post-extract: + cd ${WRKBUILD} && autoreconf -vif + post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} ${INSTALL_DIR} ${IDIR_OPENSC}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/bin/opensc-explorer \ |