gentoo-ebuilds/app-backup/bacula/files/fix_tray_monitor.patch
Thomas Beierlein 6e53f9a018
app-backup/bacula: Fix build of tray-monitor binary
Closes: https://bugs.gentoo.org/915605
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
2023-11-14 17:29:20 +01:00

15 lines
432 B
Diff

# original code calls 'qmake' and 'make clean' for tray-monitor configuration twice
# resuting in a Makefile without install rule for binary
#
# see bug #915605
--- configure.orig 2023-11-14 12:01:38.738557240 +0000
+++ configure 2023-11-14 12:02:13.845743964 +0000
@@ -35067,8 +35067,6 @@
rm -rf moc32 obj32 moc64 obj64 ui32 ui64
$QMAKE
${MAKE:-make} clean
- $QMAKE
- ${MAKE:-make} clean
cd ${BUILD_DIR}
fi