mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
lldpd: inhibit linking of libbsd on !GLIBC
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (backported from 4f277eb6402684ca79c9834e8eb30c0e93368e8b)
This commit is contained in:
parent
63b867aded
commit
a3446cb0d2
@ -87,6 +87,10 @@ define Package/lldpd/conffiles
|
||||
/etc/config/lldpd
|
||||
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 += \
|
||||
$(if $(CONFIG_LLDPD_WITH_PRIVSEP), \
|
||||
--with-privsep-user=lldp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user