Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build
@@ -32,11 +32,13 @@
SRCS = $(LOCAL_SRCS) $(RMVOLMGR_SRCS)
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/cmd/hal/Makefile.hal
-LDLIBS += -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lhal -lhal-storage -lcontract
+LDLIBS += -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lhal -lhal-storage \
+ -lcontract
+ADJUNCT_LIBS = libdbus-1.so libdbus-glib-1.so libglib-2.0.so
CPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS)
CPPFLAGS += -I$(ROOT)/usr/include/hal
CPPFLAGS += -I$(SRC)/cmd/rmvolmgr
CSTD = $(CSTD_GNU99)