summaryrefslogtreecommitdiff
path: root/cpp/makebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-xcpp/makebindist.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py
index 369672ee8b0..d04c71a6c03 100755
--- a/cpp/makebindist.py
+++ b/cpp/makebindist.py
@@ -1184,15 +1184,15 @@ def main():
if getPlatform() == 'macosx':
copyExpatFiles(os.environ['EXPAT_HOME'], version)
-# if getPlatform() == 'hpux':
-# ssl = os.environ['OPENSSL_HOME']
-# shutil.copy('%s/bin/openssl' % ssl, 'Ice-%s/bin' % version)
+ if getPlatform() == 'hpux':
+ ssl = os.environ['OPENSSL_HOME']
+ shutil.copy('%s/bin/openssl' % ssl, 'Ice-%s/bin' % version)
# runprog('cp -R ' + ssl + '/include Ice-' + version)
-# runprog('cp -R ' + ssl + '/lib Ice-' + version)
-# runprog('rm -rf Ice-' + version + '/lib/libfips*')
-# runprog('rm -rf Ice-' + version + '/lib/engines')
-# runprog('rm -rf Ice-' + version + '/lib/pkgconfig')
-# runprog('rm -f Ice-' + version + '/lib/*.a')
+ runprog('cp -R ' + ssl + '/lib Ice-' + version)
+ runprog('rm -rf Ice-' + version + '/lib/libfips*')
+ runprog('rm -rf Ice-' + version + '/lib/engines')
+ runprog('rm -rf Ice-' + version + '/lib/pkgconfig')
+ runprog('rm -f Ice-' + version + '/lib/*.a')
uname = readcommand('uname')
platformSpecificFiles = [ 'README', 'SOURCES', 'THIRD_PARTY_LICENSE' ]