]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: untabify Dockerfile
authorVincent Bernat <vincent@bernat.ch>
Sat, 14 Mar 2026 21:43:46 +0000 (22:43 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 14 Mar 2026 21:43:46 +0000 (22:43 +0100)
Dockerfile

index 71dbe1cd95baf5dd588e3dca9789e7d264362d2a..633e32a9ebf9239ad45c0eb6a0876fe74c45e312 100644 (file)
@@ -7,18 +7,18 @@ WORKDIR /build
 COPY . .
 RUN ./autogen.sh
 RUN ./configure \
-               --prefix=/usr/local \
-               --sysconfdir=/etc \
-               --enable-pie \
-               --enable-hardening \
-               --without-embedded-libevent \
-               --without-snmp \
-                --with-xml \
-               --with-privsep-user=_lldpd \
-               --with-privsep-group=_lldpd \
-               --with-privsep-chroot=/run/lldpd \
-               --with-lldpd-ctl-socket=/run/lldpd.socket \
-               --with-lldpd-pid-file=/run/lldpd.pid
+        --prefix=/usr/local \
+        --sysconfdir=/etc \
+        --enable-pie \
+        --enable-hardening \
+        --without-embedded-libevent \
+        --without-snmp \
+        --with-xml \
+        --with-privsep-user=_lldpd \
+        --with-privsep-group=_lldpd \
+        --with-privsep-chroot=/run/lldpd \
+        --with-lldpd-ctl-socket=/run/lldpd.socket \
+        --with-lldpd-pid-file=/run/lldpd.pid
 RUN make
 RUN make install DESTDIR=/lldpd