[packages/bacula] only exported env vars work with new %configure

atler atler at pld-linux.org
Thu Feb 6 02:21:25 CET 2025


commit 02db54d038d79fb0fa45b7344af8a80502a9e429
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Feb 6 00:28:01 2025 +0100

    only exported env vars work with new %configure

 bacula.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bacula.spec b/bacula.spec
index a4b76cf..5708961 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -486,8 +486,8 @@ CPPFLAGS="-I/usr/include/ncurses -I%{_includedir}/readline"
 CXXFLAGS="%{rpmcxxflags} -Wno-narrowing"
 CFLAGS="%{rpmcflags} -Wno-narrowing"
 
-BUILD_DIR=$(pwd) \
-QMAKE="%_qt5_qmake" \
+BUILD_DIR=$(pwd); export BUILD_DIR
+QMAKE="%_qt5_qmake"; export QMAKE
 %configure \
 	DISTNAME=pld-linux \
 	PYTHON="%{__python3}" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bacula.git/commitdiff/02db54d038d79fb0fa45b7344af8a80502a9e429



More information about the pld-cvs-commit mailing list