The Samba-Bugzilla – Attachment 8978 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
0001-s3-autoconf-Add-missing-libtevent-dependency-to-dbwr.patch (text/plain), 1.23 KB, created by
Karolin Seeger
on 2013-06-18 09:50:30 UTC
(
hide
)
Description:
additional v3-6-test
Filename:
MIME Type:
Creator:
Karolin Seeger
Created:
2013-06-18 09:50:30 UTC
Size:
1.23 KB
patch
obsolete
>From b186e8db3aa049f4709d940560a6c588ed735151 Mon Sep 17 00:00:00 2001 >From: Michael Adam <obnox@samba.org> >Date: Tue, 18 Jun 2013 11:32:19 +0200 >Subject: [PATCH 1/2] s3-autoconf: Add missing libtevent dependency to > dbwrap_tool. > >Signed-off-by: Michael Adam <obnox@samba.org> >Signed-off-by: Karolin Seeger <kseeger@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..2e4d435 100644 >--- a/source3/Makefile.in >+++ b/source3/Makefile.in >@@ -3273,12 +3273,12 @@ bin/test_lp_load@EXEEXT@: $(BINARY_PREREQS) $(TEST_LP_LOAD_OBJ) @BUILD_POPT@ $(L > $(LDAP_LIBS) $(LIBWBCLIENT_LIBS) \ > $(POPT_LIBS) $(LIBTALLOC_LIBS) $(LIBTEVENT_LIBS) $(LIBTDB_LIBS) > >-bin/dbwrap_tool@EXEEXT@: $(DBWRAP_TOOL_OBJ) $(LIBTALLOC) $(LIBTDB) >+bin/dbwrap_tool@EXEEXT@: $(DBWRAP_TOOL_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBTEVENT) > @echo "Linking $@" > @$(CC) -o $@ $(DBWRAP_TOOL_OBJ)\ > $(LDFLAGS) $(DYNEXP) $(LIBS) \ > $(LDAP_LIBS) \ >- $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) >+ $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(LIBTEVENT_LIBS) > > install-dbwrap_tool:: bin/dbwrap_tool@EXEEXT@ > @$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $< >-- >1.7.10.4 >
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:
asn
:
review+
obnox
:
review+
Actions:
View
Attachments on
bug 9881
:
8909
|
8910
|
8911
|
8976
| 8978 |
8979