Accepting request 49040 from Base:System
checked in (request 49040) OBS-URL: https://build.opensuse.org/request/show/49040 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=10
This commit is contained in:
parent
3b88b61d0c
commit
47cebbd200
@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 24 14:47:33 CEST 2010 - jsmeix@suse.de
|
|
||||||
|
|
||||||
- Replaced configure typo '--without-included-rege'
|
|
||||||
in grep.spec (only in case of suse_version < 1120)
|
|
||||||
with '--without-included-regex' (which is the default
|
|
||||||
on systems with recent-enough version of the GNU C Library).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 23 12:47:04 CEST 2010 - jsmeix@suse.de
|
Thu Sep 23 12:47:04 CEST 2010 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} < 1120
|
%if 0%{?suse_version} < 1120
|
||||||
%configure -C --bindir=/bin --without-included-regex
|
%configure -C --bindir=/bin --without-included-rege
|
||||||
%else
|
%else
|
||||||
AUTOPOINT=true autoreconf --force --install
|
AUTOPOINT=true autoreconf --force --install
|
||||||
%configure --bindir=/bin --without-included-regex
|
%configure --bindir=/bin --without-included-regex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user