Remove Solaris LDFLAGS

pull/5/head
Michael Spang 14 years ago
parent 47b601d224
commit 49bdd24661
  1. 1
      src/Makefile

@ -1,5 +1,4 @@
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 := $(shell krb5-config --cflags)
override LDFLAGS += -std=gnu99 $(INCLUDES)
override CFLAGS += -std=gnu99 $(INCLUDES)

Loading…
Cancel
Save