summary refs log tree commit diff
path: root/pkgs/servers/http/apache-modules/tomcat-connectors/builder.sh
blob: 52efe537c9bda47b5521698a6b8ea4bb9e4ce377 (plain) (blame)
1
2
3
4
5
6
7
8
source $stdenv/setup

tar xfvz $src
cd tomcat-connectors-*-src/native
./configure --with-apxs=$apacheHttpd/bin/apxs --with-java-home=$jdk
make
mkdir -p $out/modules
cp apache-2.0/mod_jk.so $out/modules