[packages/bcc] Rel 5
arekm
arekm at pld-linux.org
Thu May 21 22:40:43 CEST 2026
commit 5204a6edbb7cb53cf066b1fe6d5059d115af6144
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 22:40:21 2026 +0200
Rel 5
bcc.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/bcc.spec b/bcc.spec
index fc3beb3..be482f0 100644
--- a/bcc.spec
+++ b/bcc.spec
@@ -2,7 +2,7 @@ Summary: Bruce's C compiler
Summary(pl.UTF-8): Kompilator C Bruce'a
Name: bcc
Version: 0.16.21
-Release: 4
+Release: 5
License: GPL
Group: Development/Languages
# see also https://github.com/lkundrak/dev86/releases
@@ -63,7 +63,9 @@ są odwzorowywane do jednego z innych typów całkowitych.
%build
CC="%{__cc}" \
%{__make} -j1 all other \
- OPT="%{rpmcppflags} %{rpmcflags}" <<!FooBar!
+ OPT="%{rpmcppflags} %{rpmcflags} -std=gnu89" \
+ HOSTCC="%{__cc}" \
+ HOSTCCFLAGS="%{rpmcppflags} %{rpmcflags} -std=gnu89" <<!FooBar!
5
quit
!FooBar!
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bcc.git/commitdiff/5204a6edbb7cb53cf066b1fe6d5059d115af6144
More information about the pld-cvs-commit
mailing list