Set execute permissions when installing z/OS DLLs

This commit is contained in:
Howard Chu 2004-01-17 07:08:48 +00:00
parent ad0c21d95d
commit 5c48d65bd7
2 changed files with 2 additions and 2 deletions

2
aclocal.m4 vendored
View 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"

2
configure vendored
View File

@ -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"