aboutsummaryrefslogtreecommitdiff
path: root/nx-libs.spec
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-07 23:04:18 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-12-07 23:04:18 +0100
commit51afd69b23ad2b39403c39720ae519639371b67e (patch)
treecae7e8d71ee167b7eee42b62d750330785fa6fee /nx-libs.spec
parent1ac043b9402b96d6dd58d15a5b17a6039c97ac45 (diff)
downloadnx-libs-51afd69b23ad2b39403c39720ae519639371b67e.tar.gz
nx-libs-51afd69b23ad2b39403c39720ae519639371b67e.tar.bz2
nx-libs-51afd69b23ad2b39403c39720ae519639371b67e.zip
The RPM macro for the linker flags does not exist on EPEL. Thus, hardcode __global_ldflags macro for EPEL builds.
Diffstat (limited to 'nx-libs.spec')
-rw-r--r--nx-libs.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec
index 07e2ba5c9..fe68896ca 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -527,6 +527,8 @@ cat >"my_configure" <<'EOF'
%configure
EOF
chmod a+x my_configure;
+# The RPM macro for the linker flags does not exist on EPEL
+%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
export SHLIBGLOBALSFLAGS="%{__global_ldflags}"
make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" USRLIBDIR=%{_libdir}/nx SHLIBDIR=%{_libdir}/nx