diff options
author | Brent Eagles <brent@zeroc.com> | 2006-06-08 17:39:28 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-06-08 17:39:28 +0000 |
commit | 20e5bf65239754542362fad8cb9d7472107bc830 (patch) | |
tree | f6f49ab3a131d9eaf27c258f72bbfe052d4d3b1b /cpp/RPMTools.py | |
parent | adding WstringWstringMap for release build (diff) | |
download | ice-20e5bf65239754542362fad8cb9d7472107bc830.tar.bz2 ice-20e5bf65239754542362fad8cb9d7472107bc830.tar.xz ice-20e5bf65239754542362fad8cb9d7472107bc830.zip |
- Removing PCRE comments from the INSTALL.WINDOWS file.
- Correcting the confiugre command line for the IcePHP SRPM build
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r-- | cpp/RPMTools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py index 66e92989b81..227380b94bd 100644 --- a/cpp/RPMTools.py +++ b/cpp/RPMTools.py @@ -680,7 +680,7 @@ export PATH=$RPM_BUILD_DIR/Ice-%{version}/bin:$PATH export LD_LIBRARY_PATH=$RPM_BUILD_DIR/Ice-%{version}/lib:$LD_LIBRARY_PATH gmake OPTIMIZE=yes ICE_HOME=$RPM_BUILD_DIR/Ice-%{version} RPM_BUILD_ROOT=$RPM_BUILD_ROOT cd $RPM_BUILD_DIR/php-5.1.4 -./configure --with-ice=shared,$RPM_BUILD_DIR/Ice-%{version} --without-pcre-regex --without-pear +./configure --with-ice=shared,$RPM_BUILD_DIR/Ice-%{version} sed -i -e 's/^EXTRA_CXXFLAGS.*$/EXTRA_CXXFLAGS = -DCOMPILE_DL_ICE/' $RPM_BUILD_DIR/php-5.1.4/Makefile gmake """) |