net-fs/samba: Sync with Gentoo

It's from Gentoo commit d1ebe725097351435cf9fb2bfb07a94d187e72b1.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-09-15 07:10:13 +00:00 committed by Krzesimir Nowak
parent 50b15d53e7
commit fe31c9a465
3 changed files with 6 additions and 0 deletions

View File

@ -300,6 +300,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper ) myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi fi
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
append-cppflags "-I${ESYSROOT}/usr/include/et" append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]} waf-utils_src_configure ${myconf[@]}

View File

@ -304,6 +304,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper ) myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi fi
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
append-cppflags "-I${ESYSROOT}/usr/include/et" append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]} waf-utils_src_configure ${myconf[@]}

View File

@ -304,6 +304,8 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper ) myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi fi
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914898
append-cppflags "-I${ESYSROOT}/usr/include/et" append-cppflags "-I${ESYSROOT}/usr/include/et"
waf-utils_src_configure ${myconf[@]} waf-utils_src_configure ${myconf[@]}