diff options
author | joerg <joerg> | 2010-02-25 19:07:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-25 19:07:53 +0000 |
commit | 9472afa9445f38b62c9f16b78fb9336ac1783782 (patch) | |
tree | 90ef2ed6968998faa6ce4d7126d30993ab1bae80 /lang | |
parent | 02e9c3cdc22cc6d753890ebc17e4aeb1c80c5952 (diff) | |
download | pkgsrc-9472afa9445f38b62c9f16b78fb9336ac1783782.tar.gz |
Allow rpath into WRKSRC, the package knows about relinking itself.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index fdb0c8bac36..2093e27a145 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2010/02/20 13:51:12 obache Exp $ +# $NetBSD: Makefile,v 1.54 2010/02/25 19:07:53 joerg Exp $ # DISTNAME= Gauche-0.9 @@ -44,6 +44,9 @@ INFO_FILES= yes # refer %install in ${WRKSRC}/Gauche.spec INSTALL_TARGET= install-pkg install-doc +# Does relink internally +BUILDLINK_PASSTHRU_RPATHDIRS+= ${WRKSRC} + .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |