summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2020-01-20 10:55:24 +0000
committerPeter Tribble <peter.tribble@gmail.com>2020-02-18 13:33:46 +0000
commite371214c989050b68785a50c83f96cd04c4d18e8 (patch)
treeec12578a3d7313264bae48b396a8205bb8c7f96e
parent2e25d8e1fe9b3743d7dec073fd05a9f95fbca2a7 (diff)
downloadillumos-joyent-e371214c989050b68785a50c83f96cd04c4d18e8.tar.gz
12233 libsmbios fails to build on SPARC
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
-rw-r--r--usr/src/lib/libsmbios/Makefile.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libsmbios/Makefile.com b/usr/src/lib/libsmbios/Makefile.com
index 40345a3848..1534830317 100644
--- a/usr/src/lib/libsmbios/Makefile.com
+++ b/usr/src/lib/libsmbios/Makefile.com
@@ -53,6 +53,8 @@ CLEANFILES += ../common/smb_tables.c
CPPFLAGS += -I../common -I$(COMMON_SRCDIR)
CFLAGS += $(CCVERBOSE)
LDLIBS += -ldevinfo -lc
+CFLAGS += $(C_BIGPICFLAGS)
+CFLAGS64 += $(C_BIGPICFLAGS64)
$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)