mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Set execute permissions when installing z/OS DLLs
This commit is contained in:
parent
ad0c21d95d
commit
5c48d65bd7
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@ -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
2
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user