diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-07-11 10:53:36 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-07-11 10:53:36 -0400 |
commit | 304993e0f527970b16ea4c4e0e07a06ee8b55e55 (patch) | |
tree | 5f37e063f17264d2449c7d800cc551d4d9383e85 /sys-apps | |
parent | media-libs/libcaca: remove unused patch (diff) | |
download | gentoo-304993e0f527970b16ea4c4e0e07a06ee8b55e55.tar.gz gentoo-304993e0f527970b16ea4c4e0e07a06ee8b55e55.tar.bz2 gentoo-304993e0f527970b16ea4c4e0e07a06ee8b55e55.zip |
sys-apps/systemd: drop libsystemd from static-libs
The pkgconfig file for libsystemd is missing the necessary info to allow
static linking, and fixing this would not be simple.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-248.3-r1.ebuild | 1 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-249-r2.ebuild | 1 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys-apps/systemd/systemd-248.3-r1.ebuild b/sys-apps/systemd/systemd-248.3-r1.ebuild index a6e3d207945c..cbf86f5cc09b 100644 --- a/sys-apps/systemd/systemd-248.3-r1.ebuild +++ b/sys-apps/systemd/systemd-248.3-r1.ebuild @@ -319,7 +319,6 @@ multilib_src_configure() { $(meson_native_true vconsole) # static-libs - $(meson_use static-libs static-libsystemd) $(meson_use static-libs static-libudev) ) diff --git a/sys-apps/systemd/systemd-249-r2.ebuild b/sys-apps/systemd/systemd-249-r2.ebuild index 3bc38914353f..681cd0c443a4 100644 --- a/sys-apps/systemd/systemd-249-r2.ebuild +++ b/sys-apps/systemd/systemd-249-r2.ebuild @@ -322,7 +322,6 @@ multilib_src_configure() { $(meson_native_true vconsole) # static-libs - $(meson_use static-libs static-libsystemd) $(meson_use static-libs static-libudev) ) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 7b82142e7ac7..714f276a62f0 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -321,7 +321,6 @@ multilib_src_configure() { $(meson_native_true vconsole) # static-libs - $(meson_use static-libs static-libsystemd) $(meson_use static-libs static-libudev) ) |