Skip to content

Commit

Permalink
dlm_stonith: link with -ldl
Browse files Browse the repository at this point in the history
Signed-off-by: David Teigland <[email protected]>
  • Loading branch information
teigland committed Mar 21, 2012
1 parent dae8d81 commit 470688a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fence/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ BIN_CFLAGS += -I../include

BIN_LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
BIN_LDFLAGS += `xml2-config --libs`
BIN_LDFLAGS += -ldl

all: $(BIN_TARGET)

Expand Down

0 comments on commit 470688a

Please sign in to comment.