From f9d16b1c3efe09f8cfcc3c608d6f1e9ef672bcfe Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sun, 26 Jan 2014 00:26:16 +0100 Subject: [PATCH] THRIFT-2332 RPMBUILD: run bootstrap (if needed) Patch: Nevo Hed --- contrib/thrift.spec | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.17.1