aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-04 18:52:56 +0100
committerMihai Moldovan <ionic@ionic.de>2017-03-01 15:19:15 +0100
commitcfb097af06d0f8c195d78c33e1cbea7cb0c4eb38 (patch)
treed42628d4a277dbffc50dd8980d19250097b95580
parent1e1f1246bb8edc343320f91b8f5edd024bf801b6 (diff)
downloadnx-libs-cfb097af06d0f8c195d78c33e1cbea7cb0c4eb38.tar.gz
nx-libs-cfb097af06d0f8c195d78c33e1cbea7cb0c4eb38.tar.bz2
nx-libs-cfb097af06d0f8c195d78c33e1cbea7cb0c4eb38.zip
nx-libs.spec: Don't manually override SHLIBDIR via the .spec file. The default in the main Makefile should work fine.
-rw-r--r--nx-libs.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-libs.spec b/nx-libs.spec
index 0eae1b482..4779885da 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -346,7 +346,7 @@ chmod a+x my_configure;
export SHLIBGLOBALSFLAGS="%{__global_ldflags}"
export LOCAL_LDFLAGS="%{__global_ldflags}"
export CDEBUGFLAGS="%{__global_cppflags} %{__global_cflags}"
-make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir} SHLIBDIR=%{_libdir}
+make %{?_smp_mflags} CONFIGURE="$PWD/my_configure" PREFIX=%{_prefix} LIBDIR=%{_libdir}
%install
make install \