diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 17:17:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 17:17:47 +0100 |
commit | 7d25880a7217a17e9483ab9155e5a320e6733c21 (patch) | |
tree | c45a9734391509dcfd58764c4113ec4dd55ecf54 /package/libtool/Makefile | |
parent | 980b2fd194e9cd0791a3e4dab55f469836ada539 (diff) |
avoid relinking, because we use a fake root for install, disables annoying -rpath addition to the libtool script
Diffstat (limited to 'package/libtool/Makefile')
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 08842b638..b2710ee63 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libtool PKG_VERSION:= 2.4.2 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= d2f3b7d4627e69e13514a40e72a24d50 PKG_DESCR:= a generic dynamic object loading library PKG_SECTION:= lang |