diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-11 08:30:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-11 08:30:53 +0200 |
commit | f0bd75d79c4b390ddd3fb4288065e58fb674497d (patch) | |
tree | 9cb41de3d6c5b08694f0b43c826b9795c63f9c50 /package/exmap/Makefile | |
parent | b5d320a1e8d3d20b0d287b1c9cd5b2539f0aa8f8 (diff) |
ignore config.sub/config.guess, do not create backup and restore it on update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package
Diffstat (limited to 'package/exmap/Makefile')
-rw-r--r-- | package/exmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/exmap/Makefile b/package/exmap/Makefile index 1ea6177a7..a09b708df 100644 --- a/package/exmap/Makefile +++ b/package/exmap/Makefile @@ -20,6 +20,7 @@ DISTFILES:= ${PKG_NAME}-console-${PKG_VERSION}.tgz WRKDIST= ${WRKDIR}/${PKG_NAME}-console-${PKG_VERSION} include ${TOPDIR}/mk/package.mk +include ${TOPDIR}/mk/kernel-ver.mk $(eval $(call PKG_template,EXMAP,exmap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |