Author: jfrederic.clere(a)jboss.com
Date: 2014-09-03 06:25:58 -0400 (Wed, 03 Sep 2014)
New Revision: 3364
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
trunk/build/unix/buildsrc.mod_cluster.sh
Log:
for httpd-2.4.x we don't need jlibtool.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-09-03 05:59:41 UTC (rev 3363)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-09-03 10:25:58 UTC (rev 3364)
@@ -156,7 +156,7 @@
add_conf_sys="$add_conf_sys --enable-pie"
;;
hpux*)
- add_conf_sys="$add_conf_sys --enable-experimental-libtool --enable-shared
--without-pgsql"
+ add_conf_sys="$add_conf_sys --without-pgsql"
;;
esac
case ${BUILD_CPU} in
Modified: trunk/build/unix/buildsrc.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildsrc.mod_cluster.sh 2014-09-03 05:59:41 UTC (rev 3363)
+++ trunk/build/unix/buildsrc.mod_cluster.sh 2014-09-03 10:25:58 UTC (rev 3364)
@@ -164,18 +164,8 @@
exit 1
fi
-# Replace libtool by our libtool
-# and/or regenerate configure.
+# regenerate configure.
case ${BUILD_SYS} in
- hpux*)
- echo "${build_top}/util/jlibtool.c ${dirsources}/srclib/apr/build"
- cp ${build_top}/util/jlibtool.c ${dirsources}/srclib/apr/build
- if $has_jk; then
- (cd ${dirsources}/modules/jk
- autoconf || exit 1
- ) || exit 1
- fi
- ;;
windows)
echo "windows no buildconf"
;;
Show replies by date