]> git.sur5r.net Git - openldap/commitdiff
Set execute permissions when installing z/OS DLLs
authorHoward Chu <hyc@openldap.org>
Sat, 17 Jan 2004 07:08:48 +0000 (07:08 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 17 Jan 2004 07:08:48 +0000 (07:08 +0000)
aclocal.m4
configure

index e019fe9ef21f6cdd0c39067dca61de4eb4786d00..6127720d026009a9d7c11c2c57dca925c8790155 100644 (file)
@@ -2335,7 +2335,7 @@ openedition*)
   need_version=no
   shlibpath_overrides_runpath=yes
   shlibpath_var=LIBPATH
-  postinstall_cmds="rm \$destdir/\$linkname; cp \$linkname \$destdir"
+  postinstall_cmds="rm \$destdir/\$linkname; cp \$linkname \$destdir; chmod a+x \$lib"
   # the library's exports are in libname.x; this is the file that must
   # actually be linked with to use a DLL.
   library_names_spec="\${libname}\${release}.so\$versuffix \${libname}.x"
index 57660f8af108b5d1b6b45398cf01a0358f2dba59..6a3b6b17c1f9fa57f52ddec995c3d3c54ee5ed00 100755 (executable)
--- a/configure
+++ b/configure
@@ -6535,7 +6535,7 @@ openedition*)
   need_version=no
   shlibpath_overrides_runpath=yes
   shlibpath_var=LIBPATH
-  postinstall_cmds="rm \$destdir/\$linkname; cp \$linkname \$destdir"
+  postinstall_cmds="rm \$destdir/\$linkname; cp \$linkname \$destdir; chmod a+x \$lib"
   # the library's exports are in libname.x; this is the file that must
   # actually be linked with to use a DLL.
   library_names_spec="\${libname}\${release}.so\$versuffix \${libname}.x"