The Samba-Bugzilla – Attachment 5793 Details for
Bug 7504
numerous build glitches to be fixed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
another fix required to make the aix buildfarm build greener
fix-typo-in-flag-variables.patch (text/plain), 1.30 KB, created by
Björn Jacke
on 2010-06-16 06:54:20 UTC
(
hide
)
Description:
another fix required to make the aix buildfarm build greener
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2010-06-16 06:54:20 UTC
Size:
1.30 KB
patch
obsolete
>From fcc46998205c09f5d0c4e544c305d1e9b0873e01 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Wed, 16 Jun 2010 13:48:53 +0200 >Subject: [PATCH] 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) >--- > source3/Makefile.in | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >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@EXEEXT@: $(BINARY_PREREQS) $(RPC_OPEN_TCP_OBJ) $(LIBTALLOC) $(L > bin/test_lp_load@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@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) >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review+
Actions:
View
Attachments on
bug 7504
:
5776
|
5777
|
5778
|
5779
|
5780
|
5781
|
5782
|
5783
|
5784
| 5793 |
5796
|
5798