diff options
author | taca <taca@pkgsrc.org> | 2016-05-30 16:03:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-05-30 16:03:13 +0000 |
commit | 33fcf9d1808fdd3c5f340c251fa948560fbfa11f (patch) | |
tree | 8b7915664573958b31eae75835ff200ea0dbf6e1 /devel/libthrift/options.mk | |
parent | 705935a656c6049695bba65527b46bf1cab94ecb (diff) | |
download | pkgsrc-33fcf9d1808fdd3c5f340c251fa948560fbfa11f.tar.gz |
More build fixes:
* Explict specify ruby's path to avoid path in WRKDIR.
* Do not build again on install stage to fix rpath problem.
Diffstat (limited to 'devel/libthrift/options.mk')
-rw-r--r-- | devel/libthrift/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libthrift/options.mk b/devel/libthrift/options.mk index 507e6b4a279..853cf2d8f48 100644 --- a/devel/libthrift/options.mk +++ b/devel/libthrift/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2013/07/03 15:58:02 jperkin Exp $ +# $NetBSD: options.mk,v 1.8 2016/05/30 16:03:13 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libthrift PKG_SUPPORTED_OPTIONS= csharp java erlang python perl php ruby @@ -93,6 +93,7 @@ CONFIGURE_ARGS+= --without-php_extension .if !empty(PKG_OPTIONS:Mruby) CONFIGURE_ARGS+= --with-ruby CONFIGURE_ARGS+= --enable-gen-rb +CONFIGURE_ENV+= ac_cv_path_RUBY=${RUBY} PLIST.ruby= yes .include "../../lang/ruby/buildlink3.mk" |