2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00

update the steps to build ossp uuid on SLES

Former-commit-id: 1965d981f58a64ddbb534041131b84bae89f0e68
This commit is contained in:
binxubj 2012-10-31 09:49:06 +00:00
parent 1ca6d1da23
commit 2e454ce2f1
2 changed files with 7 additions and 3 deletions

View File

@ -48,6 +48,10 @@ rpmbuild -ba postgresql-9.1.spec
* Or just add the repository
zypper ar http://download.opensuse.org/repositories/server:/database:/postgresql/SLE_11_SP2_Update/ postgresql_build
zypper install uuid-devel
* On ppc64, need to rebuild ossp uuid from the source rpm
zypper ar http://download.opensuse.org/repositories/server:/database:/postgresql/SLE_11_SP2_Update/ postgresql_build
zypper si uuid
rpmbuild -ba /usr/src/packages/SPECS/uuid.spec
3) Download the src rpms for postgresql from "openSUSE" project on OBS
* wget http://download.opensuse.org/repositories/openSUSE:/12.2:/Update/standard/src/postgresql-libs-9.1.5-7.8.1.src.rpm

View File

@ -119,9 +119,9 @@ export PGSQL_NAME=$(pwd)/pgsql/libossp-uuid.so
--disable-static \
--without-perl \
--without-php \
--with-dce \
--with-cxx \
--with-pgsql
--without-dce \
--without-cxx \
--without-pgsql
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}