Print this page
8411 Build should warn when linking against libraries outside proto area

@@ -20,10 +20,12 @@
 #
 #
 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright 2017 RackTop Systems.
+#
 
 PROG =          rmvolmgr
 OBJS =          rmm_common.o rmvolmgr.o vold.o
 SRCS =          $(OBJS:%.o=%.c)
 

@@ -36,10 +38,15 @@
 POFILE=rmvolmgr_all.po
 POFILES=$(OBJS:%.o=%.po)
 
 LDLIBS +=       -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lhal -lhal-storage -lcontract -lscf
 
+# Allow rmvolmgr to take some of its dependencies from outside the proto area.
+$(ADJUNCT_PROTO_NOT_SET)LDFLAGS += $(ZASSERTDEFLIB)=libdbus-1.so
+$(ADJUNCT_PROTO_NOT_SET)LDFLAGS += $(ZASSERTDEFLIB)=libdbus-glib-1.so
+$(ADJUNCT_PROTO_NOT_SET)LDFLAGS += $(ZASSERTDEFLIB)=libglib-2.0.so
+
 CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS)
 CPPFLAGS +=     -I$(ROOT)/usr/include/hal
 C99MODE =       $(C99_ENABLE)
 
 CERRWARN +=     -_gcc=-Wno-switch