From: Roger Meier Date: Sat, 25 Jan 2014 23:26:16 +0000 (+0100) Subject: THRIFT-2332 RPMBUILD: run bootstrap (if needed) X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f9d16b1c3efe09f8cfcc3c608d6f1e9ef672bcfe;p=common%2Fthrift.git THRIFT-2332 RPMBUILD: run bootstrap (if needed) Patch: Nevo Hed --- diff --git a/contrib/thrift.spec b/contrib/thrift.spec index 4197390c..93f000c9 100644 --- a/contrib/thrift.spec +++ b/contrib/thrift.spec @@ -163,6 +163,7 @@ PHP libraries for Thrift. %setup -q %build +[[ -e Makefile.in ]] || ./bootstrap.sh export GEM_HOME=${PWD}/.gem-home export RUBYLIB=${PWD}/lib/rb/lib %configure \