From: Scott Barninger Date: Sat, 27 Feb 2010 16:15:21 +0000 (-0500) Subject: Fix for termcap lib on suse. X-Git-Tag: Release-5.0.2~188 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=077b5aca6abec561b05c870b6555088af584c283;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}