d8ef181ea1
- 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
13 lines
290 B
Makefile
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)
|