[packages/matroska-foundation] - try to fix x86_64 build, disable spectools stripping
qboosh
qboosh at pld-linux.org
Thu Jul 30 15:56:18 CEST 2015
commit b21b5f8611fd621cb7b17447bf2b8ea421b1528e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jul 30 15:57:54 2015 +0200
- try to fix x86_64 build, disable spectools stripping
matroska-foundation.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/matroska-foundation.spec b/matroska-foundation.spec
index 0bdc65d..51a81f1 100644
--- a/matroska-foundation.spec
+++ b/matroska-foundation.spec
@@ -74,10 +74,13 @@ corec/tools/coremake/coremake -v \
%endif
%{__make} -C spectool \
- V=1
+ V=1 \
+ CC="%{__cc}" \
+ CXX="%{__cxx}" \
+ STRIP=true
cd spectool
-../release/gcc_linux/data2lib2
+../release/gcc_linux*/data2lib2
%{__mv} matroska_sem.c ../libmatroska2
%{__mv} matroska_sem.h ../libmatroska2/matroska
cd ..
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/matroska-foundation.git/commitdiff/b21b5f8611fd621cb7b17447bf2b8ea421b1528e
More information about the pld-cvs-commit
mailing list