Files
ports/sysutils/busybox/files/patch-Makefile.flags
T
Oleksii Samorukov d8ef181ea1 sysutils/busybox: Update to 1.32.1
- Update to 1.32.1 and adopt patches to the upstream changes
- Enable more applets

Approved by:	krion
Differential Revision:	https://reviews.freebsd.org/D27934
2021-01-04 16:16:52 +00:00

13 lines
290 B
Makefile

--- Makefile.flags.orig 2021-01-03 14:40:37 UTC
+++ Makefile.flags
@@ -180,7 +180,9 @@ LDLIBS += $(if $(SELINUX_LIBS),$(SELINUX_LIBS:-l%=%),$
endif
ifeq ($(CONFIG_FEATURE_NSLOOKUP_BIG),y)
+ifeq ($(CONFIG_UNAME_OSNAME),Linux)
LDLIBS += resolv
+endif
endif
ifeq ($(CONFIG_EFENCE),y)