The Samba-Bugzilla – Attachment 8979 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
0002-s3-autoconf-Add-missing-libtevent-dependency-for-dbw.patch (text/plain), 1.30 KB, created by
Karolin Seeger
on 2013-06-18 09:51:47 UTC
(
hide
)
Description:
additional v3-6-test patch
Filename:
MIME Type:
Creator:
Karolin Seeger
Created:
2013-06-18 09:51:47 UTC
Size:
1.30 KB
patch
obsolete
>From ce08229ee168fd5feb391b3ef7c943c6715aa5a0 Mon Sep 17 00:00:00 2001 >From: Michael Adam <obnox@samba.org> >Date: Tue, 18 Jun 2013 11:47:17 +0200 >Subject: [PATCH 2/2] s3-autoconf: Add missing libtevent dependency for > dbwrap_torture. > >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 2e4d435..83d06f4 100644 >--- a/source3/Makefile.in >+++ b/source3/Makefile.in >@@ -3283,13 +3283,13 @@ bin/dbwrap_tool@EXEEXT@: $(DBWRAP_TOOL_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBTEVENT) > install-dbwrap_tool:: bin/dbwrap_tool@EXEEXT@ > @$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $< > >-bin/dbwrap_torture@EXEEXT@: $(DBWRAP_TORTURE_OBJ) $(LIBTALLOC) $(LIBTDB) >+bin/dbwrap_torture@EXEEXT@: $(DBWRAP_TORTURE_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBTEVENT) > @echo "Linking $@" > @$(CC) -o $@ $(DBWRAP_TORTURE_OBJ)\ > $(LDFLAGS) $(DYNEXP) $(LIBS) \ > $(LDAP_LIBS) \ > $(POPT_LIBS) \ >- $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) >+ $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) $(LIBTEVENT_LIBS) > > install-dbwrap_torture:: bin/dbwrap_torture@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