From a3fa2fb9b0bc8b70135b6110cee46ed977d9f54f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 24 Oct 2003 09:48:51 +0000 Subject: [PATCH] Fix bad pkg-conf call git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@768 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 2 +- bacula/configure | 2 +- bacula/kernstodo | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 8a1050ac29..8eca027d8e 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -172,7 +172,7 @@ if test x$support_gnome = xyes; then pkg=$? if test $pkg = 0; then GNOME_INCLUDEDIR=`pkg-config --cflags-only-I libgnomeui-2.0` - GNOMEUI_LIBS=`pkg-config --libs-only libgnomeui-2.0` + GNOMEUI_LIBS=`pkg-config --libs-only-l libgnomeui-2.0` GNOME_LIBDIR=`pkg-config --libs libgnomeui-2.0` GNOME_LIBS=`pkg-config --libs-only-l libgnomeui-2.0` AC_SUBST(GNOME_INCLUDEDIR) diff --git a/bacula/configure b/bacula/configure index 97e611b398..0c00614963 100755 --- a/bacula/configure +++ b/bacula/configure @@ -4341,7 +4341,7 @@ if test x$support_gnome = xyes; then pkg=$? if test $pkg = 0; then GNOME_INCLUDEDIR=`pkg-config --cflags-only-I libgnomeui-2.0` - GNOMEUI_LIBS=`pkg-config --libs-only libgnomeui-2.0` + GNOMEUI_LIBS=`pkg-config --libs-only-l libgnomeui-2.0` GNOME_LIBDIR=`pkg-config --libs libgnomeui-2.0` GNOME_LIBS=`pkg-config --libs-only-l libgnomeui-2.0` diff --git a/bacula/kernstodo b/bacula/kernstodo index 15001d4f4e..2c3436867c 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -39,6 +39,8 @@ For 1.33 Testing/Documentation: For 1.32c For 1.33 +- Fix time difference problem between Bacula and Client + so that everything is in GMT. - Finish implementation of Verify=DiskToCatalog - Change console to bconsole. - Change smtp to bsmtp. @@ -1063,4 +1065,3 @@ Done: (see kernsdone for more) - Document delete job command. - Document update volume pool and other command line keywords. - Add VerifyJob to "run" summary (yes/mod/no) prompt. - -- 2.39.5