diff options
author | Brent Eagles <brent@zeroc.com> | 2006-07-13 00:22:34 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-07-13 00:22:34 +0000 |
commit | f38691c9c2f053a6e5ebc0b29903c8591279a304 (patch) | |
tree | 8a0feff946a1c0670646bfcf111dc8065962fb5a /cpp/RPMTools.py | |
parent | changing icephp embedded libpath to refer to the intended Ice installation (diff) | |
download | ice-f38691c9c2f053a6e5ebc0b29903c8591279a304.tar.bz2 ice-f38691c9c2f053a6e5ebc0b29903c8591279a304.tar.xz ice-f38691c9c2f053a6e5ebc0b29903c8591279a304.zip |
changing icephp embedded libpath to refer to the intended Ice installation
for RPMs
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r-- | cpp/RPMTools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py index 0d1432d6a5c..a3a5470e502 100644 --- a/cpp/RPMTools.py +++ b/cpp/RPMTools.py @@ -695,6 +695,7 @@ cd $RPM_BUILD_DIR/php-5.1.4 cp Makefile Makefile.tmp echo "EXTRA_CXXFLAGS= -DCOMPILE_DL_ICE" > Makefile cat Makefile.tmp >> Makefile +sed -i -e '/^ICE_SHARED_LIBADD/d' Makefile if test "$RPM_ARCH" == "x86_64"; then sed -i -e 's/Ice-%{version}\/lib/Ice-%{version}\/lib64/g' Makefile ; |