Print this page
12312 fix unused lib dependencies

@@ -10,11 +10,11 @@
 #
 
 #
 # Copyright 2016 Toomas Soome <tsoome@me.com>
 #
-# Copyright (c) 2018, Joyent, Inc.
+# Copyright 2020 Joyent, Inc.
 
 LIBRARY=libficl-sys.a
 MAJOR = 4
 MINOR = 1.0
 VERS=.$(MAJOR).$(MINOR)

@@ -39,11 +39,11 @@
 # 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
+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