You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/01/26 00:27:07 UTC

git commit: THRIFT-2332 RPMBUILD: run bootstrap (if needed) Patch: Nevo Hed

Updated Branches:
  refs/heads/master aefd9c489 -> f9d16b1c3


THRIFT-2332 RPMBUILD: run bootstrap (if needed)
Patch: Nevo Hed


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/f9d16b1c
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/f9d16b1c
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/f9d16b1c

Branch: refs/heads/master
Commit: f9d16b1c3efe09f8cfcc3c608d6f1e9ef672bcfe
Parents: aefd9c4
Author: Roger Meier <ro...@apache.org>
Authored: Sun Jan 26 00:26:16 2014 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Sun Jan 26 00:26:16 2014 +0100

----------------------------------------------------------------------
 contrib/thrift.spec | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/f9d16b1c/contrib/thrift.spec
----------------------------------------------------------------------
diff --git a/contrib/thrift.spec b/contrib/thrift.spec
index 4197390..93f000c 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 \