From 88f040b563225c164244ec1aa08b2e921b90eaa7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 30 Sep 2025 08:49:53 +0000 Subject: [PATCH] arpwatch: Zero-pad MAC addresses Signed-off-by: Michael Tremer --- lfs/arpwatch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lfs/arpwatch b/lfs/arpwatch index 1b701cd4f..75ef3adec 100644 --- a/lfs/arpwatch +++ b/lfs/arpwatch @@ -101,7 +101,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/arpwatch/fix-envelope-sender.patch # Build! - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --enable-zeropad cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.47.3