summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2023-11-16 16:35:36 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2023-11-16 16:38:47 +0100
commita6598606a52d943e65e673eac4bdc10fd0447123 (patch)
treeff1e38853e838d3b2fb29ab60d10940d447aafca /app-backup/bacula/bacula-13.0.3-r2.ebuild
parentdev-python/comm: Enable pypy3 (diff)
downloadgentoo-a6598606a52d943e65e673eac4bdc10fd0447123.tar.gz
gentoo-a6598606a52d943e65e673eac4bdc10fd0447123.tar.bz2
gentoo-a6598606a52d943e65e673eac4bdc10fd0447123.zip
app-backup/bacula: further fixes for tray-monitor build
* Do not strip binary * respect C/CXX/LDFLAGS Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'app-backup/bacula/bacula-13.0.3-r2.ebuild')
-rw-r--r--app-backup/bacula/bacula-13.0.3-r2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-backup/bacula/bacula-13.0.3-r2.ebuild b/app-backup/bacula/bacula-13.0.3-r2.ebuild
index 024d64df49ea..1c404587935e 100644
--- a/app-backup/bacula/bacula-13.0.3-r2.ebuild
+++ b/app-backup/bacula/bacula-13.0.3-r2.ebuild
@@ -126,6 +126,9 @@ src_prepare() {
# bat needs to respect LDFLAGS and CFLAGS
eapply -p0 "${FILESDIR}"/9.0.6/${PN}-9.0.6-bat-pro.patch
+ # tray-monitor needs to respect LDFLAGS and CFLAGS
+ eapply -p0 "${FILESDIR}"/tray-monitor-pro.patch
+
# bug #328701
eapply -p0 "${FILESDIR}"/5.2.3/${PN}-5.2.3-openssl-1.patch
@@ -140,6 +143,8 @@ src_prepare() {
# do not strip binaries
sed -i -e "s/strip /# strip /" src/filed/Makefile.in || die
sed -i -e "s/strip /# strip /" src/console/Makefile.in || die
+ sed -i -e "s/+= qt$/+= qt nostrip/" \
+ src/qt-console/tray-monitor/tray-monitor.pro.in || die
eapply_user