aboutsummaryrefslogtreecommitdiff
path: root/nx-libs.spec
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-04 18:52:56 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-09 23:38:11 +0000
commit0ae1fd5d3aab62a144e2764d86f04b6b60995054 (patch)
tree7f370dfb36ccbb7629d39d9d1e247b91c38ee38e /nx-libs.spec
parentc45cab1ba5a6ffe3832039d89c26a6d11068d417 (diff)
downloadnx-libs-0ae1fd5d3aab62a144e2764d86f04b6b60995054.tar.gz
nx-libs-0ae1fd5d3aab62a144e2764d86f04b6b60995054.tar.bz2
nx-libs-0ae1fd5d3aab62a144e2764d86f04b6b60995054.zip
nx-libs.spec: Don't manually override SHLIBDIR via the .spec file. The default in the main Makefile should work fine.
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 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 \