Unset custom linker flags
Related: RHEL-33495
This commit is contained in:
parent
a9e5a8f647
commit
3043ef2605
@ -258,8 +258,6 @@ export CFLAGS="-DMAIL_USE_LOCKF %{build_cflags}"
|
||||
mkdir build-lucid && cd build-lucid
|
||||
ln -s ../configure .
|
||||
|
||||
LDFLAGS=-Wl,-z,relro,-z,now; export LDFLAGS;
|
||||
|
||||
%configure --with-cairo \
|
||||
--with-dbus \
|
||||
--with-gif \
|
||||
@ -287,8 +285,6 @@ cd ..
|
||||
mkdir build-nw && cd build-nw
|
||||
ln -s ../configure .
|
||||
|
||||
LDFLAGS=-Wl,-z,relro,-z,now; export LDFLAGS;
|
||||
|
||||
%configure --with-json \
|
||||
--with-modules \
|
||||
--with-native-compilation=no \
|
||||
@ -306,8 +302,6 @@ cd ..
|
||||
mkdir build-gtk+x11 && cd build-gtk+x11
|
||||
ln -s ../configure .
|
||||
|
||||
LDFLAGS=-Wl,-z,relro,-z,now; export LDFLAGS;
|
||||
|
||||
%configure --with-cairo \
|
||||
--with-dbus \
|
||||
--with-gif \
|
||||
@ -335,8 +329,6 @@ cd ..
|
||||
mkdir build-pgtk && cd build-pgtk
|
||||
ln -s ../configure .
|
||||
|
||||
LDFLAGS=-Wl,-z,relro,-z,now; export LDFLAGS;
|
||||
|
||||
%configure --with-cairo \
|
||||
--with-dbus \
|
||||
--with-gif \
|
||||
|
Loading…
Reference in New Issue
Block a user