]> git.pld-linux.org Git - packages/cook.git/blobdiff - cook.spec
- force using regex.h even if rxposix.h (rx package) is installed
[packages/cook.git] / cook.spec
index f7c3f17bf5e71a641912f07336b3f0fe58c233f7..7137607ee4d85f62e60bc6068aeec5124fd22cac 100644 (file)
--- a/cook.spec
+++ b/cook.spec
@@ -6,7 +6,7 @@ Summary:        A file construction tool
 Summary(pl):   Narzêdzie do konstrukcji plików
 Name:          cook
 Version:       2.25
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Building
 Source0:       http://www.canb.auug.org.au/~millerp/cook/%{name}-%{version}.tar.gz
@@ -115,7 +115,9 @@ Dokumentacja do cooka w formacie PostScript.
 
 %build
 %configure \
-       NLSDIR=%{_datadir}/locale
+       NLSDIR=%{_datadir}/locale \
+       ac_cv_lib_rx_main=no \
+       ac_cv_header_rxposix_h=no
 %{__make}
 
 %{?with_tests:%{__make} sure}
This page took 0.035542 seconds and 4 git commands to generate.