]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libloc: Disable support for systemd
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Oct 2025 13:08:27 +0000 (13:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Nov 2025 16:01:10 +0000 (16:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libloc

index e9bbe16baf620cfc30916ada2c447cf1088dd862..9bf08f28e5d4d5c8851bb81edfda458a4b0a0f4d 100644 (file)
@@ -90,7 +90,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --sysconfdir=/etc \
                --localstatedir=/var \
                --disable-man-pages \
-               --with-database-path=/var/lib/location/database.db
+               --with-database-path=/var/lib/location/database.db \
+               --without-systemd
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install