mirror of https://github.com/hak5/openwrt-owl.git
lldpd: inhibit linking of libbsd on !GLIBC
Signed-off-by: Jo-Philipp Wich <jo@mein.io>master
parent
9f0cb135dd
commit
4f277eb640
|
@ -85,6 +85,10 @@ define Package/lldpd/conffiles
|
||||||
/etc/config/lldpd
|
/etc/config/lldpd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
$(if $(CONFIG_USE_GLIBC),,libbsd_CFLAGS=-ldo-not-link-bsd) \
|
||||||
|
$(if $(CONFIG_USE_GLIBC),,libbsd_LDFLAGS=-ldo-not-link-bsd)
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
$(if $(CONFIG_LLDPD_WITH_PRIVSEP), \
|
$(if $(CONFIG_LLDPD_WITH_PRIVSEP), \
|
||||||
--with-privsep-user=lldp \
|
--with-privsep-user=lldp \
|
||||||
|
|
Loading…
Reference in New Issue