The Samba-Bugzilla – Attachment 8976 Details for
Bug 9881
Samba doesn't check for system libtevent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
additional v3-6-test patch
0001-s3-autoconf-Add-missing-libtevent-dependency.patch (text/plain), 1.22 KB, created by
Andreas Schneider
on 2013-06-17 09:54:47 UTC
(
hide
)
Description:
additional v3-6-test patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2013-06-17 09:54:47 UTC
Size:
1.22 KB
patch
obsolete
>From 1d2b241b786b95b69eaac66ef9485f22507a8971 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Mon, 17 Jun 2013 11:53:09 +0200 >Subject: [PATCH] s3-autoconf: Add missing libtevent dependency. > >Signed-off-by: Andreas Schneider <asn@samba.org> >--- > source3/Makefile.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/Makefile.in b/source3/Makefile.in >index d0f9e74..7b19a3c 100644 >--- a/source3/Makefile.in >+++ b/source3/Makefile.in >@@ -1969,11 +1969,11 @@ bin/vfstest@EXEEXT@: $(BINARY_PREREQS) $(VFSTEST_OBJ) @BUILD_POPT@ $(LIBTALLOC) > @SMBD_LIBS@ $(NSCD_LIBS) $(LIBTALLOC_LIBS) $(LIBTEVENT_LIBS) $(LIBTDB_LIBS) \ > $(LIBWBCLIENT_LIBS) $(ZLIB_LIBS) > >-bin/smbiconv@EXEEXT@: $(BINARY_PREREQS) $(SMBICONV_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTDB) >+bin/smbiconv@EXEEXT@: $(BINARY_PREREQS) $(SMBICONV_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTEVENT) $(LIBTDB) > @echo Linking $@ > @$(CC) -o $@ $(SMBICONV_OBJ) $(LDFLAGS) $(TERMLDFLAGS) \ > $(TERMLIBS) $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(POPT_LIBS) \ >- $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) >+ $(LIBTALLOC_LIBS) $(LIBTEVENT_LIBS) $(LIBTDB_LIBS) > > bin/log2pcap@EXEEXT@: $(BINARY_PREREQS) $(LOG2PCAP_OBJ) @BUILD_POPT@ $(LIBTALLOC) > @echo Linking $@ >-- >1.8.3 >
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:
kseeger
:
review+
obnox
:
review+
Actions:
View
Attachments on
bug 9881
:
8909
|
8910
|
8911
| 8976 |
8978
|
8979