Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

@@ -31,10 +31,11 @@
 include ../Makefile.hal
 
 ROOTCMDDIR =    $(ROOTLIB_HAL)
 
 LDLIBS +=       -lc -ldbus-1 -ldbus-glib-1 -lglib-2.0
+ADJUNCT_LIBS =  libdbus-1.so libdbus-glib-1.so libglib-2.0.so
 
 CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
 CPPFLAGS +=     -UDBUS_API_SUBJECT_TO_CHANGE
 CSTD =  $(CSTD_GNU99)