From 5c48d65bd704a49aa45a0741f07c71f0a5b1d27b Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 17 Jan 2004 07:08:48 +0000 Subject: [PATCH] Set execute permissions when installing z/OS DLLs --- aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index e019fe9ef2..6127720d02 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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" diff --git a/configure b/configure index 57660f8af1..6a3b6b17c1 100755 --- 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" -- 2.39.5