From cb277f69cf24c2d31e8f5ce2ef28320d24ae18db Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Sat, 24 May 2008 12:50:24 +0000 Subject: [PATCH] Add fix for QT on Fedora git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@7024 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/contrib-rpm/build_rpm.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bacula/platforms/contrib-rpm/build_rpm.sh b/bacula/platforms/contrib-rpm/build_rpm.sh index eb59eafda6..c2f1aa0d9b 100755 --- a/bacula/platforms/contrib-rpm/build_rpm.sh +++ b/bacula/platforms/contrib-rpm/build_rpm.sh @@ -76,6 +76,10 @@ SAVEUPDATEDB=0 # to override your language shell variable uncomment and edit this # export LANG=en_US.UTF-8 +# if you have a problem getting bat to build try these (needed on Fedora 8/9) +# export QTDIR=/usr/lib/qt4 +# export PATH=/usr/lib/qt4/bin;$PATH + # Make no changes below this point without consensus ############################################################################################ -- 2.39.2