Skip to content

Commit

Permalink
add -lgssapi_krb5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 18, 2015
1 parent 8dc4421 commit 28b1e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/ps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PS_CFLAGS += -DUSE_KEY32=1
endif

ifeq ($(STATIC_DEPS), 1)
PS_LDFLAGS += $(addprefix $(DEPS_PATH)/lib/, libprotobuf.a libglog.a libgflags.a libzmq.a libcityhash.a liblz4.a)
PS_LDFLAGS += $(addprefix $(DEPS_PATH)/lib/, libprotobuf.a libglog.a libgflags.a libzmq.a libcityhash.a liblz4.a) -lgssapi_krb5
else
PS_LDFLAGS += -L$(DEPS_PATH)/lib -lglog -lprotobuf -lgflags -lzmq -lcityhash -llz4
endif

0 comments on commit 28b1e20

Please sign in to comment.