override the -znow from hardened builds
That addresses issue with guile modules
This commit is contained in:
parent
a5703fdf28
commit
6a2affd47e
@ -146,6 +146,10 @@ sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spe
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
# this overrides the -znow from hardened builds.
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -Wl,-z,lazy"
|
||||||
|
export CFLAGS
|
||||||
|
|
||||||
%configure --with-libtasn1-prefix=%{_prefix} \
|
%configure --with-libtasn1-prefix=%{_prefix} \
|
||||||
--with-included-libcfg \
|
--with-included-libcfg \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Loading…
Reference in New Issue
Block a user