diff options
author | joerg <joerg@pkgsrc.org> | 2013-10-20 18:02:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-10-20 18:02:58 +0000 |
commit | abc957e971b97e31ea062f482d402678cfb7fccb (patch) | |
tree | 4df898d99025bc82b97746eb17bf78bee8866976 /math/clisp-pari | |
parent | 4110eca2e1c956662daad92d065050d5be7d0cc3 (diff) | |
download | pkgsrc-abc957e971b97e31ea062f482d402678cfb7fccb.tar.gz |
Pass rpath option with -Wl prefix.
Diffstat (limited to 'math/clisp-pari')
-rw-r--r-- | math/clisp-pari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/clisp-pari/Makefile b/math/clisp-pari/Makefile index 5dd3ae02c29..d2eb39af90d 100644 --- a/math/clisp-pari/Makefile +++ b/math/clisp-pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/04/06 14:09:33 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2013/10/20 18:02:58 joerg Exp $ # CLISP_MODULE= pari @@ -23,6 +23,6 @@ ac_cv_libpari_libs= -l${PARI_LIB} ac_cv_libpari_libs+= -lgmp .endif -CONFIGURE_ENV+= "ac_cv_libpari_libs=${ac_cv_libpari_libs} -R${LOCALBASE}/lib" +CONFIGURE_ENV+= "ac_cv_libpari_libs=${ac_cv_libpari_libs} ${COMPILER_RPATH_FLAG}${LOCALBASE}/lib" .include "../../mk/bsd.pkg.mk" |