Author: baggins                      Date: Mon Jul 18 11:35:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- configure needs apache binary

---- Files affected:
packages/ocaml-net:
   ocaml-net.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: packages/ocaml-net/ocaml-net.spec
diff -u packages/ocaml-net/ocaml-net.spec:1.41 
packages/ocaml-net/ocaml-net.spec:1.42
--- packages/ocaml-net/ocaml-net.spec:1.41      Mon Jul 18 13:26:08 2011
+++ packages/ocaml-net/ocaml-net.spec   Mon Jul 18 13:35:42 2011
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 %define                apxs    /usr/sbin/apxs
+%define                apache  /usr/sbin/httpd
 Summary:       Modules for Internet programming in OCaml
 Summary(pl.UTF-8):     Moduły ułatwiające pisanie programów internetowych w 
OCamlu
 Name:          ocaml-net
@@ -15,6 +16,7 @@
 Patch3:                %{name}-apache-link.patch
 URL:           http://projects.camlcity.org/projects/ocamlnet.html
 BuildRequires: %{apxs}
+BuildRequires: %{apache}
 BuildRequires: apache-devel >= 2.0
 BuildRequires: ncurses-devel
 BuildRequires: ocaml >= 1:3.09.2
@@ -612,7 +614,7 @@
        -equeue-tcl-libs "-ltcl" \
        -with-nethttpd \
        -apxs %{apxs} \
-       -apache /usr/sbin/httpd
+       -apache %{apache}
 
 %{__make} -j1 all opt
 
@@ -880,6 +882,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2011/07/18 11:35:42  baggins
+- configure needs apache binary
+
 Revision 1.41  2011/07/18 11:26:08  baggins
 - 3.3.4
 - build apache module
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocaml-net/ocaml-net.spec?r1=1.41&r2=1.42&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to