Skip to content

Commit b622816

Browse files
BrewTestBotchenrui333
authored andcommitted
systemd 257.2
systemd: update build Signed-off-by: Rui Chen <[email protected]>
1 parent 44fd1f8 commit b622816

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/s/systemd.rb

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Systemd < Formula
33

44
desc "System and service manager"
55
homepage "https://systemd.io"
6-
url "https://github.com/systemd/systemd/archive/refs/tags/v257.1.tar.gz"
7-
sha256 "375365b9f3718ba5fc2a972445eefcd9e229cc18bffe95818220c2a52efe8ed9"
6+
url "https://github.com/systemd/systemd/archive/refs/tags/v257.2.tar.gz"
7+
sha256 "7f2bc3253e4f87578132c5e433ef9ff7e8fee01d9eb5a5b7c64376d617f694d0"
88
license all_of: [
99
# Main license is LGPL-2.1-or-later while systemd-udevd is GPL-2.0-or-later
1010
"LGPL-2.1-or-later",
@@ -27,7 +27,6 @@ class Systemd < Formula
2727
{ any_of: ["MIT", "GPL-2.0-or-later" => { with: "Linux-syscall-note" }] },
2828
{ any_of: ["GPL-2.0-only", "BSD-2-Clause"] },
2929
]
30-
revision 1
3130
head "https://github.com/systemd/systemd.git", branch: "main"
3231

3332
bottle do
@@ -70,6 +69,8 @@ class Systemd < Formula
7069
end
7170

7271
def install
72+
ENV.prepend_path "PKG_CONFIG_PATH", Formula["libxml2"].opt_lib/"pkgconfig"
73+
7374
venv = virtualenv_create(buildpath/"venv", "python3.12")
7475
venv.pip_install resources
7576
ENV.prepend_path "PATH", venv.root/"bin"

0 commit comments

Comments
 (0)