summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/external/libevents.m4
Commit message (Collapse)AuthorAgeFilesLines
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-7/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* LDB: Link against both tevent and tallocEric Sandall2009-06-181-1/+1
| | | | | | | Patch for bug #6269 When linking against tevent you also need to link against talloc. This patch fixes external/libevent.m4 to do so.
* Fix standalone configure scriptsSimo Sorce2009-01-301-1/+1
|
* ldb: Fix linking against tevent library (rather than events)Jelmer Vernooij2008-12-231-6/+6
| | | | replace: Fix copyright for dlfcn.c.
* Fix ldb standalone build.Simo Sorce2008-09-191-3/+6
| | | | | Add shared-build target to the ldb library, and make it possible to build it against libtalloc, libevents, libtdb as shared libraries.
* This patch make it possible to build the events library completelySimo Sorce2008-06-141-0/+4
standalone with no ties to internal samba4 functions Samba4 itself just uses the plain library, compatibility glue is in events_s4.c only (This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)