Fix build on Solaris

This commit is contained in:
Michael Spang 2009-01-30 22:14:48 -05:00
parent 13876b123a
commit f56e928ed7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
CFLAGS := -g3 -O2 -Wall -Werror -DDEBUG
LDFLAGS := -L/opt/csw/lib -Wl,-R/opt/csw/lib -L/usr/local/lib -Wl,-R/usr/local/lib
INCLUDES := -I../include $(shell krb5-config --cflags)
override LDFLAGS += -std=gnu99 $(INCLUDES)
override CFLAGS += -std=gnu99 $(INCLUDES)