]> git.sur5r.net Git - bacula/bacula/commitdiff
Add fix for QT on Fedora
authorScott Barninger <scott@barninger.com>
Sat, 24 May 2008 12:50:05 +0000 (12:50 +0000)
committerScott Barninger <scott@barninger.com>
Sat, 24 May 2008 12:50:05 +0000 (12:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7023 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/contrib-rpm/build_rpm.sh

index eb59eafda642528e67007a2c64047fd5e587eb22..c2f1aa0d9b52cb7fd27394c757cda029de9b24f2 100755 (executable)
@@ -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
 
 ############################################################################################