Commit cfb097af authored by Mike Gabriel's avatar Mike Gabriel Committed by Mihai Moldovan

nx-libs.spec: Don't manually override SHLIBDIR via the .spec file. The default…

nx-libs.spec: Don't manually override SHLIBDIR via the .spec file. The default in the main Makefile should work fine.
parent 1e1f1246
......@@ -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 \
......
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