diff options
author | joerg <joerg@pkgsrc.org> | 2015-05-04 19:23:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-05-04 19:23:19 +0000 |
commit | 97580f2e33ab8b83b8262e50819b8d0b874499b7 (patch) | |
tree | 89bfe39b0e3585dc0232f85cec89187986502ba8 /mk/cwrappers.mk | |
parent | e725287cf3431f982e9a80c0baa11a12c50d80ae (diff) | |
download | pkgsrc-97580f2e33ab8b83b8262e50819b8d0b874499b7.tar.gz |
Drop _LIBTOOL and _SHLIBTOOL and make LIBTOOL and SHLIBTOOL point to the
wrapped version by full path. This fixes some cases where the wrappers
have been bypassed. lang/lua52 triggered the investigation as it failed
to link against libreadline, which should have been translated to
libedit. Tested by jperkin and myself with full bulk builds.
Diffstat (limited to 'mk/cwrappers.mk')
-rw-r--r-- | mk/cwrappers.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/cwrappers.mk b/mk/cwrappers.mk index 8f8a0c259eb..6c4e1ee8c4b 100644 --- a/mk/cwrappers.mk +++ b/mk/cwrappers.mk @@ -1,4 +1,4 @@ -# $NetBSD: cwrappers.mk,v 1.25 2015/04/28 21:15:01 jperkin Exp $ +# $NetBSD: cwrappers.mk,v 1.26 2015/05/04 19:23:19 joerg Exp $ # # This Makefile fragment implements integration of pkgtools/cwrappers. @@ -87,10 +87,6 @@ generate-cwrappers: . endfor .endfor -.if defined(USE_LIBTOOL) -_LIBTOOL= ${WRAPPER_BINDIR}/libtool -_SHLIBTOOL= ${WRAPPER_BINDIR}/shlibtool -.endif PREPEND_PATH+= ${WRAPPER_BINDIR} _COOKIE.wrapper= ${WRKDIR}/.wrapper_done |