Dr. Werner Fink 2015-10-16 13:29:33 +00:00 committed by Git OBS Bridge
parent 62f7ed8057
commit 01914f49b7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 16 13:02:27 UTC 2015 - werner@suse.de
- Remove --hash-size options as there is no any change in the final
binary nor library anymore
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 31 11:23:11 UTC 2015 - werner@suse.de Mon Aug 31 11:23:11 UTC 2015 - werner@suse.de

View File

@ -442,7 +442,6 @@ pushd ../readline-%{rl_vers}%{extend}
cflags -DIMPORT_FUNCTIONS_DEF=0 CFLAGS cflags -DIMPORT_FUNCTIONS_DEF=0 CFLAGS
cflags -Wl,--as-needed LDFLAGS cflags -Wl,--as-needed LDFLAGS
cflags -Wl,-O2 LDFLAGS cflags -Wl,-O2 LDFLAGS
cflags -Wl,--hash-size=8599 LDFLAGS
cflags -Wl,-rpath,%{_ldldir}/%{bash_vers} LDFLAGS cflags -Wl,-rpath,%{_ldldir}/%{bash_vers} LDFLAGS
cflags -Wl,--version-script=${PWD}/rl.map LDFLAGS cflags -Wl,--version-script=${PWD}/rl.map LDFLAGS
cflags -Wl,--dynamic-list=${PWD}/dyn.map LDFLAGS cflags -Wl,--dynamic-list=${PWD}/dyn.map LDFLAGS
@ -474,7 +473,6 @@ popd
ln -sf ../readline-%{rl_vers} readline ln -sf ../readline-%{rl_vers} readline
LD_LIBRARY_PATH=$PWD/../readline-%{rl_vers} LD_LIBRARY_PATH=$PWD/../readline-%{rl_vers}
export LD_LIBRARY_PATH export LD_LIBRARY_PATH
LDFLAGS="${LDFLAGS/hash-size=8599/hash-size=16699}"
CC="gcc -I$PWD -L$PWD/../readline-%{rl_vers}" CC="gcc -I$PWD -L$PWD/../readline-%{rl_vers}"
%if %_minsh %if %_minsh
cflags -Os CFLAGS cflags -Os CFLAGS