[packages/neXtaw] - ensure flex and bison are used (variables are not set by configure)
qboosh
qboosh at pld-linux.org
Sun Feb 8 07:50:04 CET 2026
commit 65a3e2dd965579c3da87b8a00b99dc9918ecdae3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 8 07:49:46 2026 +0100
- ensure flex and bison are used (variables are not set by configure)
neXtaw.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/neXtaw.spec b/neXtaw.spec
index fb9a6da..0cd3d84 100644
--- a/neXtaw.spec
+++ b/neXtaw.spec
@@ -76,7 +76,9 @@ cp -p doc/app-defaults/* app-defaults-examples
%build
%configure \
LIBS="-lXt -lX11"
-%{__make}
+%{__make} \
+ LEX=flex \
+ YACC="bison -y"
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/neXtaw.git/commitdiff/f2b6f310a98437ce45cd055df850da99ecf70bf0
More information about the pld-cvs-commit
mailing list