]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
install-deps.sh should run before configure as it checks deps
authorAlfredo Deza <adeza@redhat.com>
Thu, 23 Jul 2015 14:02:23 +0000 (10:02 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 23 Jul 2015 14:02:23 +0000 (10:02 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-setup/build/build

index 2182b5d692ba9e0a6bb25127f9cd5eab1c346cfb..a290bea4138991ebb89808d5c0c9aed84385e840 100644 (file)
@@ -30,6 +30,11 @@ rm -rf release
 #sed -i 's/^Source0:.*/Source0:        http:\/\/ceph.com\/download\/%{name}-%{version}-rc1.tar.bz2/' ceph.spec.in
 #sed -i 's/^%setup.*/%setup -q -n %{name}-%{version}-rc1/' ceph.spec.in
 
+# because autogen+configure will check for dependencies, we are forced to install them
+# and ensure they are present in the current host
+echo "Ensuring dependencies are installed"
+./install-deps.sh
+
 # run submodule updates regardless
 echo "Running submodule update ..."
 git submodule update --init