The Samba-Bugzilla – Attachment 5778 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]
0003-s3-Makefile-add-missing-linker-flags-for-smbfilter.patch
0003-s3-Makefile-add-missing-linker-flags-for-smbfilter.patch (text/plain), 987 bytes, created by
Björn Jacke
on 2010-06-09 09:58:13 UTC
(
hide
)
Description:
0003-s3-Makefile-add-missing-linker-flags-for-smbfilter.patch
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2010-06-09 09:58:13 UTC
Size:
987 bytes
patch
obsolete
>From 3718d626ebc774cf756b023d665291a2656cd4f6 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Wed, 26 May 2010 17:22:24 +0200 >Subject: [PATCH 3/9] s3:Makefile: add missing linker flags for smbfilter > >this should fix the AIX build >--- > source3/Makefile.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/Makefile.in b/source3/Makefile.in >index 10a5b93..6030a10 100644 >--- a/source3/Makefile.in >+++ b/source3/Makefile.in >@@ -1779,7 +1779,7 @@ bin/debug2html@EXEEXT@: $(BINARY_PREREQS) $(DEBUG2HTML_OBJ) @BUILD_POPT@ $(LIBTA > > bin/smbfilter@EXEEXT@: $(BINARY_PREREQS) $(SMBFILTER_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT) > @echo Linking $@ >- @$(CC) -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(LIBS) \ >+ @$(CC) -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(DYNEXP) $(LIBS) \ > $(KRB5LIBS) $(LDAP_LIBS) $(POPT_LIBS) \ > @LIBWBCLIENT_STATIC@ $(LIBWBCLIENT_LIBS) \ > $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(ZLIB_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