Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions system/systemd/BUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
export PYTHONDONTWRITEBYTECODE=1 &&

OPTS+=" -Drootprefix=/usr \
-Daudit=false \
OPTS+=" -Daudit=false \
-Dima=false \
-Dlibidn2=true \
-Dsplit-usr=true \
-Dfallback-hostname=lunarlinux \
-Drpmmacrosdir=no \
-Dsysvinit-path= \
Expand Down
9 changes: 4 additions & 5 deletions system/systemd/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
MODULE=systemd
VERSION=255.17
VERSION=258
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/systemd/systemd-stable/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/systemd-stable-$VERSION
SOURCE_VFY=sha256:1af83e2c54c12bdd96dd483f9e81b92d6776a49646db3f3eba672c9956f371f4
SOURCE_URL_FULL=https://github.com/systemd/systemd/archive/v$VERSION.tar.gz
SOURCE_VFY=sha256:07a580cf21856f468f82b77b82973a926f42ccc696462459b53f8b88893dff8e
WEB_SITE=http://www.freedesktop.org/wiki/Software/systemd
ENTERED=20100919
UPDATED=20250215
UPDATED=20251017
SHORT="A system and program management daemon"

cat << EOF
Expand Down