Print this page
12312 fix unused lib dependencies

*** 10,20 **** # # # Copyright 2016 Toomas Soome <tsoome@me.com> # ! # Copyright (c) 2018, Joyent, Inc. LIBRARY=libficl-sys.a MAJOR = 4 MINOR = 1.0 VERS=.$(MAJOR).$(MINOR) --- 10,20 ---- # # # Copyright 2016 Toomas Soome <tsoome@me.com> # ! # Copyright 2020 Joyent, Inc. LIBRARY=libficl-sys.a MAJOR = 4 MINOR = 1.0 VERS=.$(MAJOR).$(MINOR)
*** 39,49 **** # As variable "count" is marked volatile, gcc 4.4.4 will complain about # function argument. So we switch this warning off # for time being, till gcc 4.4.4 will be replaced. pics/vm.o := CERRWARN += -_gcc=-Wno-clobbered ! LDLIBS += -luuid -lz -lc -lm -lumem NATIVE_LIBS += libz.so HEADERS= $(FICLDIR)/ficl.h $(FICLDIR)/ficltokens.h ../ficllocal.h \ $(FICLDIR)/ficlplatform/unix.h $(PNGLITE)/pnglite.h --- 39,49 ---- # As variable "count" is marked volatile, gcc 4.4.4 will complain about # function argument. So we switch this warning off # for time being, till gcc 4.4.4 will be replaced. pics/vm.o := CERRWARN += -_gcc=-Wno-clobbered ! LDLIBS += -lumem -luuid -lz -lc -lm NATIVE_LIBS += libz.so HEADERS= $(FICLDIR)/ficl.h $(FICLDIR)/ficltokens.h ../ficllocal.h \ $(FICLDIR)/ficlplatform/unix.h $(PNGLITE)/pnglite.h