aboutsummaryrefslogtreecommitdiff
path: root/nx-libs.spec
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-29 12:48:05 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-29 12:48:08 +0100
commitd9a48367ed0bc7493a9505afb1330040078f5c33 (patch)
tree87e1a77baedb63c8b858a8eb6ca90b36f56b40b7 /nx-libs.spec
parent804584cb18349efb48ca7501af4b43b7641011ad (diff)
downloadnx-libs-d9a48367ed0bc7493a9505afb1330040078f5c33.tar.gz
nx-libs-d9a48367ed0bc7493a9505afb1330040078f5c33.tar.bz2
nx-libs-d9a48367ed0bc7493a9505afb1330040078f5c33.zip
nx-libs.spec: Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} at build time.
Diffstat (limited to 'nx-libs.spec')
-rw-r--r--nx-libs.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-libs.spec b/nx-libs.spec
index 77e7ad5c4..8570f05f4 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -729,7 +729,7 @@ chmod a+x my_configure;
%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
export SHLIBGLOBALSFLAGS="%{__global_ldflags}"
export LOCAL_LDFLAGS="%{__global_ldflags}"
-make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" USRLIBDIR=%{_libdir}/nx SHLIBDIR=%{_libdir}/nx
+make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir}
%install
make install \