]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ddns: Pretend we don't have pkg-config to disable systemd detection
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Oct 2025 17:35:54 +0000 (17:35 +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/ddns

index 470157db09be15ae2d60701598ca9403e7fcc8a4..47358c009d22110744feb113b773e7860917a18b 100644 (file)
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -77,10 +77,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-014_gettext-0.25_fix.patch
 
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
-       cd $(DIR_APP) && ./configure \
-               --prefix=/usr \
-               --sysconfdir=/var/ipfire \
-               --disable-manpages
+       cd $(DIR_APP) && \
+               PKG_CONFIG=false \
+               ./configure \
+                       --prefix=/usr \
+                       --sysconfdir=/var/ipfire \
+                       --disable-manpages
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install