]> git.pld-linux.org Git - packages/cook.git/commitdiff
- force using regex.h even if rxposix.h (rx package) is installed AC-branch AC-STABLE auto/ac/cook-2_25-3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Nov 2004 22:21:45 +0000 (22:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  it seems that rx is broken on 64-bit archs
- release 3

Changed files:
    cook.spec -> 1.16

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.079889 seconds and 4 git commands to generate.