summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:20:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:20:20 +0000
commitb3fbd1cf4e0cd1b6fd9fb3fb0723bbca8e501c06 (patch)
tree1671c5ca3c1749be2a61e81aec8bd784d9b89f85 /debian/rules
parentMerging upstream version 256.4. (diff)
downloadsystemd-b3fbd1cf4e0cd1b6fd9fb3fb0723bbca8e501c06.tar.xz
systemd-b3fbd1cf4e0cd1b6fd9fb3fb0723bbca8e501c06.zip
Adding debian version 256.4-1.debian/256.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e43b781..8b84a96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,6 @@ CONFFLAGS = \
-Dlink-udev-shared=false \
-Dlink-systemctl-shared=false \
-Dntp-servers="$(DEFAULT_NTP_SERVERS)" \
- -Ddns-servers='' \
-Dsystem-uid-max=999 \
-Dsystem-gid-max=999 \
-Dnobody-user=nobody \
@@ -223,6 +222,10 @@ endif
endif
endif
+ifeq (, $(filter pkg.systemd.upstream, $(DEB_BUILD_PROFILES)))
+CONFFLAGS += -Ddns-servers=''
+endif
+
override_dh_auto_configure:
dh_auto_configure \
-- $(CONFFLAGS) $(CONFFLAGS_DISTRO) $(CONFFLAGS_UPSTREAM)