Dr. Werner Fink 2013-01-09 08:55:43 +00:00 committed by Git OBS Bridge
parent 94748ed57a
commit 698d383e07
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 9 08:55:09 UTC 2013 - werner@suse.de
- Avoid autoconf on older products
-------------------------------------------------------------------
Tue Jan 8 17:43:01 UTC 2013 - werner@suse.de

View File

@ -323,7 +323,7 @@ done
MACHTYPE=${CPU}-suse-linux
export LANG LC_ALL HOSTTYPE MACHTYPE
pushd ../readline-%{rl_vers}%{extend}
%if %suse_version >= 1100
%if 0%suse_version >= 1100
autoconf
%endif
cflags ()
@ -424,7 +424,9 @@ popd
CC_FOR_BUILD="$CC"
CFLAGS_FOR_BUILD="$CFLAGS"
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
%if 0%suse_version >= 1100
autoconf
%endif
#
# We have a malloc with our glibc
#