[packages/mbrola] - use PLD CFLAGS
baggins
baggins at pld-linux.org
Tue Sep 16 21:15:14 CEST 2025
commit 846d5aa0cbdafcaee384252d17d5d8c4d147bb3e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Sep 16 23:15:00 2025 +0200
- use PLD CFLAGS
mbrola.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mbrola.spec b/mbrola.spec
index e6515f2..a2db5b4 100644
--- a/mbrola.spec
+++ b/mbrola.spec
@@ -42,8 +42,10 @@ fonetyczno-prozodyczne jako dane wynikowe.
%prep
%setup -q -n MBROLA-%{version}
+export CC=%{__cc}
+export CFLAGS"=%{rpmcflags}"
%{__make} version
-%{__make}
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mbrola.git/commitdiff/846d5aa0cbdafcaee384252d17d5d8c4d147bb3e
More information about the pld-cvs-commit
mailing list