SHA256
1
0
forked from pool/tcsh
Dr. Werner Fink 2010-02-15 15:45:58 +00:00 committed by Git OBS Bridge
parent 3e6f6e220e
commit 7f6628ed2b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 15 16:42:56 CET 2010 - werner@suse.de
- Increase BUFSIZE to 8kB resulting in INBUFSIZE of 16kB (fate#308882)
-------------------------------------------------------------------
Mon Feb 15 13:58:45 CET 2010 - werner@suse.de

View File

@ -77,7 +77,7 @@ Authors:
%build
CC=gcc
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -pipe"
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DBUFSIZE=8192 -pipe"
export CC CFLAGS
%ifarch %ix86
CPU=i586