Skip to content

Commit

Permalink
build: Add missing LDFLAGS
Browse files Browse the repository at this point in the history
Original Author: Simon Ruderich <[email protected]>

Signed-off-by: Mathieu Parent <[email protected]>

(This used to be ctdb commit 506ecd186759675a1cf50a0a05a285fee03fc51e)
  • Loading branch information
sathieu authored and amitay committed Jan 22, 2013
1 parent 28cbe52 commit 75625cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctdb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ bin/ctdb: $(CTDB_CLIENT_OBJ) tools/ctdb.o tools/ctdb_vacuum.o libctdb/libctdb.a

bin/ltdbtool: tools/ltdbtool.o $(TDB_OBJ)
@echo Linking $@
@$(CC) $(CFLAGS) -o $@ $+ $(TDB_LIBS)
@$(CC) $(CFLAGS) -o $@ $+ $(TDB_LIBS) $(LIB_FLAGS)

bin/smnotify: utils/smnotify/gen_xdr.o utils/smnotify/gen_smnotify.o utils/smnotify/smnotify.o $(POPT_OBJ)
@echo Linking $@
Expand All @@ -195,7 +195,7 @@ utils/smnotify/gen_smnotify.c: utils/smnotify/smnotify.x utils/smnotify/smnotify

bin/ping_pong: utils/ping_pong/ping_pong.o
@echo Linking $@
@$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o
@$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o $(LIB_FLAGS)

bin/pmdactdb: $(CTDB_CLIENT_OBJ) utils/pmda/pmda_ctdb.o
@echo Linking $@
Expand Down

0 comments on commit 75625cd

Please sign in to comment.