From: Scott Barninger Date: Sat, 24 May 2008 12:50:05 +0000 (+0000) Subject: Add fix for QT on Fedora X-Git-Tag: Release-3.0.0~1392 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b68910f4c03d455561d323432d64c0932c7f8df;p=bacula%2Fbacula Add fix for QT on Fedora git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7023 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 ############################################################################################