summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-11-10 19:05:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-11-10 19:05:00 +0000
commit57edf5714082f03eccc113ee0441898b21c16c60 (patch)
treedb21be27f5a96f44283f32e111c14de8b44821bc /net-fs
parentae4870be583c8ffd68b7ec2ab9606d607f99586d (diff)
downloadbaldeagleos-repo-57edf5714082f03eccc113ee0441898b21c16c60.tar.gz
baldeagleos-repo-57edf5714082f03eccc113ee0441898b21c16c60.tar.xz
baldeagleos-repo-57edf5714082f03eccc113ee0441898b21c16c60.zip
Adding metadata
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-4.21.8.ebuild2
-rw-r--r--net-fs/samba/samba-4.21.9-r1.ebuild2
-rw-r--r--net-fs/samba/samba-4.22.4.ebuild2
-rw-r--r--net-fs/samba/samba-4.22.5-r1.ebuild2
-rw-r--r--net-fs/samba/samba-4.23.0.ebuild2
-rw-r--r--net-fs/samba/samba-4.23.2-r1.ebuild2
6 files changed, 12 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.21.8.ebuild b/net-fs/samba/samba-4.21.8.ebuild
index 718c13c2c749..bdba6933f367 100644
--- a/net-fs/samba/samba-4.21.8.ebuild
+++ b/net-fs/samba/samba-4.21.8.ebuild
@@ -304,6 +304,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi
+ append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
+
append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]}
diff --git a/net-fs/samba/samba-4.21.9-r1.ebuild b/net-fs/samba/samba-4.21.9-r1.ebuild
index 3f19fc18692c..ab6d62438864 100644
--- a/net-fs/samba/samba-4.21.9-r1.ebuild
+++ b/net-fs/samba/samba-4.21.9-r1.ebuild
@@ -308,6 +308,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi
+ append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
+
append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]}
diff --git a/net-fs/samba/samba-4.22.4.ebuild b/net-fs/samba/samba-4.22.4.ebuild
index 957760d39299..e3286a6892b4 100644
--- a/net-fs/samba/samba-4.22.4.ebuild
+++ b/net-fs/samba/samba-4.22.4.ebuild
@@ -304,6 +304,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi
+ append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
+
append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]}
diff --git a/net-fs/samba/samba-4.22.5-r1.ebuild b/net-fs/samba/samba-4.22.5-r1.ebuild
index 59540b3c379f..cedffef8cb6a 100644
--- a/net-fs/samba/samba-4.22.5-r1.ebuild
+++ b/net-fs/samba/samba-4.22.5-r1.ebuild
@@ -308,6 +308,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi
+ append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
+
append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]}
diff --git a/net-fs/samba/samba-4.23.0.ebuild b/net-fs/samba/samba-4.23.0.ebuild
index 91f4aa3cd35e..41078b6834aa 100644
--- a/net-fs/samba/samba-4.23.0.ebuild
+++ b/net-fs/samba/samba-4.23.0.ebuild
@@ -307,6 +307,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi
+ append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
+
append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]}
diff --git a/net-fs/samba/samba-4.23.2-r1.ebuild b/net-fs/samba/samba-4.23.2-r1.ebuild
index 1174c34b949a..aac1d628c78c 100644
--- a/net-fs/samba/samba-4.23.2-r1.ebuild
+++ b/net-fs/samba/samba-4.23.2-r1.ebuild
@@ -311,6 +311,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi
+ append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
+
append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]}