]> git.pld-linux.org Git - packages/ocaml-net.git/blob - ocaml-net-apache-link.patch
- link apache module the way it has a chance of working
[packages/ocaml-net.git] / ocaml-net-apache-link.patch
1 --- ocamlnet-3.3.4/configure~   2011-07-18 12:35:45.376035709 +0200
2 +++ ocamlnet-3.3.4/configure    2011-07-18 12:41:51.558035626 +0200
3 @@ -932,7 +932,7 @@
4  # For -enable-apache
5  APACHE_MAJOR = $apache_major
6  APACHE_LIBDIR = $apache_libdir
7 -APACHE_OCAMLLIBS = -l$apache_camlrun -ltermcap -lunix -l$libstr
8 +APACHE_OCAMLLIBS = -l$apache_camlrun -Wl,-R$apache_ocamllibdir -lunix -l$libstr
9  APACHE_INCDIR = $apache_incdir
10  APACHE_CONFDIR = $apache_confdir
11  APACHE_LDFLAGS_SHLIB = $apache_ldflags_shlib
This page took 0.113712 seconds and 3 git commands to generate.