]> git.pld-linux.org Git - packages/ocaml-net.git/commitdiff
- link apache module the way it has a chance of working
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Jul 2011 11:10:26 +0000 (11:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-net-apache-link.patch -> 1.1

ocaml-net-apache-link.patch [new file with mode: 0644]

diff --git a/ocaml-net-apache-link.patch b/ocaml-net-apache-link.patch
new file mode 100644 (file)
index 0000000..339bb57
--- /dev/null
@@ -0,0 +1,11 @@
+--- ocamlnet-3.3.4/configure~  2011-07-18 12:35:45.376035709 +0200
++++ ocamlnet-3.3.4/configure   2011-07-18 12:41:51.558035626 +0200
+@@ -932,7 +932,7 @@
+ # For -enable-apache
+ APACHE_MAJOR = $apache_major
+ APACHE_LIBDIR = $apache_libdir
+-APACHE_OCAMLLIBS = -l$apache_camlrun -ltermcap -lunix -l$libstr
++APACHE_OCAMLLIBS = -l$apache_camlrun -Wl,-R$apache_ocamllibdir -lunix -l$libstr
+ APACHE_INCDIR = $apache_incdir
+ APACHE_CONFDIR = $apache_confdir
+ APACHE_LDFLAGS_SHLIB = $apache_ldflags_shlib
This page took 0.032153 seconds and 4 git commands to generate.