The branch, master has been updated
       via  cdbc800a776f213cfd0ed543cee85b0d1714a186 (commit)
      from  9118b9cf1634866266fbf0a9bf857a622f994a1a (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit cdbc800a776f213cfd0ed543cee85b0d1714a186
Author: Ronnie Sahlberg <[email protected]>
Date:   Fri Sep 2 13:31:41 2011 +1000

    tests:ctdb_fetch_lock_once   we must link with @POPT_OBJ@ in case -lpopt is 
not available

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index d652a92..df1d010 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -167,9 +167,9 @@ tests/bin/ctdb_fetch_one: $(CTDB_CLIENT_OBJ) 
tests/src/ctdb_fetch_one.o
        @echo Linking $@
        @$(CC) $(CFLAGS) -o $@ tests/src/ctdb_fetch_one.o $(CTDB_CLIENT_OBJ) 
$(LIB_FLAGS)
 
-tests/bin/ctdb_fetch_lock_once: libctdb/libctdb.a 
tests/src/ctdb_fetch_lock_once.o @TDB_OBJ@
+tests/bin/ctdb_fetch_lock_once: libctdb/libctdb.a 
tests/src/ctdb_fetch_lock_once.o @TDB_OBJ@ @POPT_OBJ@
        @echo Linking $@
-       @$(CC) $(CFLAGS) -o $@ @TDB_OBJ@ tests/src/ctdb_fetch_lock_once.o 
libctdb/libctdb.a $(LIB_FLAGS)
+       @$(CC) $(CFLAGS) -o $@ tests/src/ctdb_fetch_lock_once.o @TDB_OBJ@ 
@POPT_OBJ@ libctdb/libctdb.a $(LIB_FLAGS)
 
 tests/bin/ctdb_store: $(CTDB_CLIENT_OBJ) tests/src/ctdb_store.o 
        @echo Linking $@


-- 
CTDB repository

Reply via email to