diff options
Diffstat (limited to 'usr/src/lib/libfakekernel/Makefile.com')
-rw-r--r-- | usr/src/lib/libfakekernel/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/libfakekernel/Makefile.com b/usr/src/lib/libfakekernel/Makefile.com index 72fad2f3af..036dc5e205 100644 --- a/usr/src/lib/libfakekernel/Makefile.com +++ b/usr/src/lib/libfakekernel/Makefile.com @@ -70,6 +70,10 @@ CPPFLAGS += -D_FILE_OFFSET_BITS=64 # this library is for debugging, let's always define DEBUG here. CPPFLAGS += -DDEBUG +# libfakekernel isn't delivered, and is a special case, disable global data +# complaints +ZGUIDANCE= -Wl,-zguidance=noasserts + LDLIBS += -lumem -lcryptoutil -lsocket -lc .KEEP_STATE: |