2009-08-14 11:23:23 +00:00
committed by Git OBS Bridge
parent bc0b8fdb3a
commit b9e26fc684
4 changed files with 77 additions and 6 deletions

View File

@@ -276,6 +276,9 @@ VERSION=%{version}
cflags -Wno-unprototyped-calls CFLAGS
cflags -Wl,-O2 LDFLAGS
cflags -Wl,--hash-size=65521 LDFLAGS
%ifarch ia64
CFLAGS=$(echo "${CFLAGS}"|sed -r 's/-O[0-9]?/-O1/g')
%endif
SMALL="-DSYSTEM_PURESIZE_EXTRA=25000 \
-DSITELOAD_PURESIZE_EXTRA=10000 \
"