Commit 2e1e9158 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-libs.spec: stop needlessly exporting variables that we pass down directly anyway.

parent 9b1d00d3
...@@ -407,9 +407,9 @@ EOF ...@@ -407,9 +407,9 @@ EOF
chmod a+x my_configure; chmod a+x my_configure;
# The RPM macro for the linker flags does not exist on EPEL # The RPM macro for the linker flags does not exist on EPEL
%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro} %{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
export SHLIBGLOBALSFLAGS="%{__global_ldflags}" SHLIBGLOBALSFLAGS="%{__global_ldflags}"
export LOCAL_LDFLAGS="%{__global_ldflags}" LOCAL_LDFLAGS="%{__global_ldflags}"
export CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}" CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}"
IMAKE_DEFINES='' IMAKE_DEFINES=''
FORCE_TIRPC='NO' FORCE_TIRPC='NO'
%if 0%{?fedora} > 27 || 0%{?suse_version} > 1500 %if 0%{?fedora} > 27 || 0%{?suse_version} > 1500
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment