Print this page
don't pass in lint libraries which no longer exist
*** 23,35 ****
#
include ../Makefile.com
PROG = wanboot-cgi
! LDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot -lcrypto
CPPFLAGS += -I$(CMNCRYPTDIR)
all: $(PROG)
install: all $(ROOTCMD)
clean:
--- 23,38 ----
#
include ../Makefile.com
PROG = wanboot-cgi
! LDLIBS += -lgen -lnsl -lwanbootutil -lnvpair -lwanboot
CPPFLAGS += -I$(CMNCRYPTDIR)
+ # libcrypto has no lint library, so we can only include this while building
+ $(PROG) := LDLIBS += -lcrypto
+
all: $(PROG)
install: all $(ROOTCMD)
clean: