From: Scott Barninger Date: Sat, 27 Feb 2010 16:15:21 +0000 (-0500) Subject: Fix for termcap lib on suse. X-Git-Tag: Release-7.0.0~2131 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=44485a9be55e64c23a6938bdc3efae86fd61901e;p=bacula%2Fbacula Fix for termcap lib on suse. --- diff --git a/bacula/platforms/rpm/bacula.spec b/bacula/platforms/rpm/bacula.spec index b62d74f021..27ed2a7a19 100644 --- a/bacula/platforms/rpm/bacula.spec +++ b/bacula/platforms/rpm/bacula.spec @@ -695,7 +695,7 @@ database. %build %if %{suse} -export LDFLAGS="${LDFLAGS} -L/usr/lib/termcap" +export LDFLAGS="${LDFLAGS} -L/usr/lib/termcap -L/usr/lib64/termcap" %endif cwd=${PWD}