Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -Nru systemd-249.11/debian/changelog systemd-249.11/debian/changelog
- --- systemd-249.11/debian/changelog 2022-09-09 13:47:16.000000000 -0500
- +++ systemd-249.11/debian/changelog 2023-01-20 08:47:27.000000000 -0600
- @@ -1,3 +1,10 @@
- +systemd (249.11-0ubuntu3.7~static1) jammy; urgency=medium
- +
- + * d/rules: enable static build
- + d/libsystemd-dev.install: include libsystemd.a
- +
- + -- Serge Hallyn <[email protected]> Fri, 20 Jan 2023 08:47:27 -0600
- +
- systemd (249.11-0ubuntu3.6) jammy; urgency=medium
- * Deny-list TEST-58-REPART on ppc64el (LP: #1988994)
- diff -Nru systemd-249.11/debian/libsystemd-dev.install systemd-249.11/debian/libsystemd-dev.install
- --- systemd-249.11/debian/libsystemd-dev.install 2022-09-01 07:44:50.000000000 -0500
- +++ systemd-249.11/debian/libsystemd-dev.install 2023-01-20 08:47:21.000000000 -0600
- @@ -1,5 +1,6 @@
- usr/include/systemd/
- usr/lib/*/libsystemd.so
- +usr/lib/*/libsystemd.a
- usr/lib/*/pkgconfig/libsystemd.pc
- usr/share/man/man3/sd*
- usr/share/man/man3/SD*
- diff -Nru systemd-249.11/debian/rules systemd-249.11/debian/rules
- --- systemd-249.11/debian/rules 2022-09-01 07:44:50.000000000 -0500
- +++ systemd-249.11/debian/rules 2023-01-20 08:47:03.000000000 -0600
- @@ -41,6 +41,7 @@
- CONFFLAGS = \
- -Db_lto=true \
- -Db_pie=true \
- + -Dstatic-libsystemd=true \
- -Dmode=release \
- -Drootlibdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
- -Dsplit-usr=true \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement