Advertisement
Guest User

Untitled

a guest
Mar 20th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. diff -Nru systemd-249.11/debian/changelog systemd-249.11/debian/changelog
  2. --- systemd-249.11/debian/changelog 2022-09-09 13:47:16.000000000 -0500
  3. +++ systemd-249.11/debian/changelog 2023-01-20 08:47:27.000000000 -0600
  4. @@ -1,3 +1,10 @@
  5. +systemd (249.11-0ubuntu3.7~static1) jammy; urgency=medium
  6. +
  7. + * d/rules: enable static build
  8. + d/libsystemd-dev.install: include libsystemd.a
  9. +
  10. + -- Serge Hallyn <[email protected]> Fri, 20 Jan 2023 08:47:27 -0600
  11. +
  12. systemd (249.11-0ubuntu3.6) jammy; urgency=medium
  13.  
  14. * Deny-list TEST-58-REPART on ppc64el (LP: #1988994)
  15. diff -Nru systemd-249.11/debian/libsystemd-dev.install systemd-249.11/debian/libsystemd-dev.install
  16. --- systemd-249.11/debian/libsystemd-dev.install 2022-09-01 07:44:50.000000000 -0500
  17. +++ systemd-249.11/debian/libsystemd-dev.install 2023-01-20 08:47:21.000000000 -0600
  18. @@ -1,5 +1,6 @@
  19. usr/include/systemd/
  20. usr/lib/*/libsystemd.so
  21. +usr/lib/*/libsystemd.a
  22. usr/lib/*/pkgconfig/libsystemd.pc
  23. usr/share/man/man3/sd*
  24. usr/share/man/man3/SD*
  25. diff -Nru systemd-249.11/debian/rules systemd-249.11/debian/rules
  26. --- systemd-249.11/debian/rules 2022-09-01 07:44:50.000000000 -0500
  27. +++ systemd-249.11/debian/rules 2023-01-20 08:47:03.000000000 -0600
  28. @@ -41,6 +41,7 @@
  29. CONFFLAGS = \
  30. -Db_lto=true \
  31. -Db_pie=true \
  32. + -Dstatic-libsystemd=true \
  33. -Dmode=release \
  34. -Drootlibdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
  35. -Dsplit-usr=true \
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement