Skip to content
Snippets Groups Projects
Commit 36497b66 authored by deuce's avatar deuce
Browse files

Add default Skunware libstdc++.so path to LDFLAGS for Solaris.

parent 262c3c9a
Branches
Tags
No related merge requests found
......@@ -221,6 +221,7 @@ endif
# OS Specific Flags
ifeq ($(os),sunos) # Solaris
CFLAGS += -D__solaris__ -DNEEDS_DAEMON -DNEEDS_FORKPTY -DNEEDS_SETENV -DNEEDS_CFMAKERAW
LDFLAGS += -L/opt/sfw/lib
endif
ifeq ($(os),netbsd) # NetBSD
CFLAGS += -D__unix__ -I/usr/pkg/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment