From 421c580059fc33e70c17cdeebcd5819d6497171e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 20 Feb 2002 20:11:32 +0000 Subject: [PATCH] on OS/390, instdso.sh should just use libtool, since libtool for OS/390 is very Apache-friendly and doesn't play with the names of DSO files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93518 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ build/instdso.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f7085ba85d..d549e2db92 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 2.0.33-dev + + *) OS/390: Get make install to properly copy DSO modules. + [Jeff Trawick] + *) Win32: Fix bug in mod_status with displaying "Restart Time" and "Server uptime". [Bill Stoddard] diff --git a/build/instdso.sh b/build/instdso.sh index 077647ecfd..634a1f9189 100755 --- a/build/instdso.sh +++ b/build/instdso.sh @@ -43,7 +43,7 @@ case $SYS in echo $CMD $CMD || exit $? ;; - OS/2) + OS/2|OS/390) CMD="$SH_LIBTOOL --mode=install cp $DSOARCHIVE $TARGETDIR/" echo $CMD $CMD || exit $? -- 2.50.1