Author: jfrederic.clere(a)jboss.com
Date: 2014-09-09 12:08:43 -0400 (Tue, 09 Sep 2014)
New Revision: 3373
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Hack for dev24 stupid linker.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-09-09 15:53:46 UTC (rev 3372)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-09-09 16:08:43 UTC (rev 3373)
@@ -216,6 +216,13 @@
exit 1
fi
+# hp-ux-9000_800 can't relocate libraries so we really install them twice...
+if [ $BUILD_TAG == "hpux-parisc2" ]; then
+ echo "hpux-parisc2... Pfff installing in /opt/jboss/httpd"
+ rm -rf /opt/jboss/httpd
+ make install
+fi
+
# Install it (and more the prefork one).
mkdir -p $RPM_BUILD_ROOT/mod_cluster_worker
make DESTDIR=$RPM_BUILD_ROOT/mod_cluster_worker install
Show replies by date