Accepting request 818144 from home:hauky:branches:filesystems_GA

Remove complexity from spec-file

OBS-URL: https://build.opensuse.org/request/show/818144
OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=60
This commit is contained in:
Christof Hanke 2020-07-01 15:36:29 +00:00 committed by Git OBS Bridge
parent b0f4faac89
commit 8227c45232

View File

@ -341,11 +341,7 @@ perl -pi -e 's,^(XLIBS.*),\1 -lresolv,' src/config/Makefile.amd64_linux24.in
afs_sysname=${sysbase}_linux26
RPM_OPT_FLAGS=`echo ${RPM_OPT_FLAGS} | sed s/-D_FORTIFY_SOURCE=2//`
%if 0%{?suse_version} > 1500
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC -fcommon"
%else
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fPIC"
%endif
export KRB5LIBS='-lcom_err -lkrb5'
export PATH_KRB5_CONFIG=%{krb5_config}