ba65ae4b13
* Fix 1323 about a problem when mounting a requested volume during a restore. * Add more example SD Device configurations. * Force the client_encoding to SQL_ASCII when database is already using this mode. * Fix 1335 about postgresql error message during copy session * Cleanup old job records when starting the director (Created/Running -> Failed) * Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch * Add more output when spooling and no space left * Fix postgresql driver bug that displayed <NULL> rows from time to time. * Implement the project 'restore' menu: enter a JobId, automatically select dependents * Should fix 1323 about verify accurate jobs and deleted files. * more...
22 lines
831 B
Text
22 lines
831 B
Text
$NetBSD: patch-ap,v 1.2 2009/08/24 08:23:41 adam Exp $
|
|
|
|
--- src/qt-console/bat.pro.in.orig 2009-06-08 10:38:06.000000000 +0200
|
|
+++ src/qt-console/bat.pro.in
|
|
@@ -11,8 +11,6 @@ CONFIG += qt debug @QWT@
|
|
|
|
bins.path = /$(DESTDIR)@sbindir@
|
|
bins.files = bat
|
|
-confs.path = /$(DESTDIR)@sysconfdir@
|
|
-confs.commands = ./install_conf_file
|
|
help.path = /$(DESTDIR)@htmldir@
|
|
help.files = help/*.html images/status.png images/mail-message-new.png
|
|
|
|
@@ -23,7 +21,7 @@ INCLUDEPATH += .. . ./console ./restore
|
|
LIBS += -L../lib -lbaccfg -lbac @OPENSSL_LIBS@
|
|
LIBTOOL_LINK = @QMAKE_LIBTOOL@ --silent --tag=CXX --mode=link
|
|
LIBTOOL_INSTALL = @QMAKE_LIBTOOL@ --silent --mode=install
|
|
-QMAKE_LINK = $${LIBTOOL_LINK} $(CXX)
|
|
+QMAKE_LINK = $(CXX)
|
|
QMAKE_INSTALL_PROGRAM = $${LIBTOOL_INSTALL} install -m 0754 -p
|
|
QMAKE_CLEAN += .libs/* bat
|
|
|