[packages/mixxx] - what a mess, LIBDIR is expected to be passed in environment (not as option) as absolute
qboosh
qboosh at pld-linux.org
Mon Aug 5 05:59:45 CEST 2019
commit da4e7f120c0c53901a5137316cb5734b0014c46e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Aug 5 06:01:48 2019 +0200
- what a mess, LIBDIR is expected to be passed in environment (not as option) as absolute
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 4b5d022..44fba7e 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -157,9 +157,9 @@ export CXXFLAGS="%{rpmcxxflags}"
export CCFLAGS="%{rpmcflags}"
export CXX="%{__cxx}"
export QMAKE_CXX="%{__cxx}"
+export LIBDIR=%{_libdir}
%scons \
prefix=%{_prefix} \
- LIBDIR=%{_lib} \
%{!?with_upower:battery=0} \
%{?with_faad:faad=1} \
%{?with_ffmpeg:ffmpeg=1} \
@@ -179,8 +179,8 @@ export CXXFLAGS="%{rpmcxxflags}"
export CCFLAGS="%{rpmcflags}"
export CXX="%{__cxx}"
export QMAKE_CXX="%{__cxx}"
+export LIBDIR=%{_libdir}
%scons install \
- LIBDIR=%{_lib} \
install_root=$RPM_BUILD_ROOT%{_prefix}
# packaged as %doc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mixxx.git/commitdiff/da4e7f120c0c53901a5137316cb5734b0014c46e
More information about the pld-cvs-commit
mailing list