[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Wed Jun 16 06:04:10 MDT 2010


The branch, v3-5-test has been updated
       via  be585bb... s3:Makefile: fix a typo in flag variable name
      from  6c78aca... s3:build: remove CFLAGS from Solaris LDSHFLAGS, SHLD has them already

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit be585bb0cd81f5ddd3345f04990eaddfa1e13eda
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Jun 16 13:48:53 2010 +0200

    s3:Makefile: fix a typo in flag variable name
    
    This is the backport of 60cba59ff8ee75e3d476c1b293ca2f545b7f9e49 and fixes
    another build error on AIX.
    
    see also bug #7504 (numerous build glitches to be fixed)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6030a10..08581a4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2923,14 +2923,14 @@ bin/rpc_open_tcp at EXEEXT@: $(BINARY_PREREQS) $(RPC_OPEN_TCP_OBJ) $(LIBTALLOC) $(L
 bin/test_lp_load at EXEEXT@: $(BINARY_PREREQS) $(TEST_LP_LOAD_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTDB)
 	@echo "Linking $@"
 	@$(CC) -o $@ $(TEST_LP_LOAD_OBJ) \
-		$(LDFLAGS) $(DYNEEXP) $(LIBS) \
+		$(LDFLAGS) $(DYNEXP) $(LIBS) \
 		$(LDAP_LIBS) \
 		$(POPT_LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
 
 bin/dbwrap_tool at EXEEXT@: $(DBWRAP_TOOL_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT)
 	@echo "Linking $@"
 	@$(CC) -o $@ $(DBWRAP_TOOL_OBJ)\
-		$(LDFLAGS) $(DYNEEXP) $(LIBS) \
+		$(LDFLAGS) $(DYNEXP) $(LIBS) \
 		$(LDAP_LIBS) \
 		@LIBWBCLIENT_STATIC@ $(LIBWBCLIENT_LIBS) \
 		$(LIBTALLOC_LIBS) $(LIBTDB_LIBS)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list