-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch is going to be somewhat controversial, I'm sure.
Currently, the ELAPI is not in a usable state and is not being used anywhere in the SSSD. Now that we are past feature-freeze, we know that the ELAPI will not be included in SSSD 1.0. This patch will disable the ELAPI from building (it does not remove any files from source control) and from being included in the release tarballs. This will speed up our builds a bit (two fewer configure runs as well as the compile time) and will make our final 1.0 tarball smaller by 420kB. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAksVFYsACgkQeiVVYja6o6MNdgCdG+N+0IvmzBagG5djLS2WCS0a WGIAnjCodbep8/UAf3BLsH3To5XCRjdb =sjva -----END PGP SIGNATURE-----
From 1b3cfc6dec30b7a0bf11b986b4551dda805e03b2 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher <sgall...@redhat.com> Date: Tue, 1 Dec 2009 08:03:22 -0500 Subject: [PATCH] Remove ELAPI from build and tarball Until such time as ELAPI is in a usable state, it makes no sense to be building and distributing it in the tarball. This patch will disable it from building and inclusion in the tarball. --- common/Makefile.am | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/common/Makefile.am b/common/Makefile.am index 1659e0d..cd04ac1 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = trace collection ini dhash path_utils elapi +SUBDIRS = trace collection ini dhash path_utils dist_noinst_DATA = \ m4 @@ -11,8 +11,7 @@ libsssd_util_la_SOURCES = libsssd_util_la_LIBADD = \ collection/libcollection.la \ ini/libini_config.la \ - dhash/libdhash.la \ - elapi/libelapi.la + dhash/libdhash.la libsssd_util_la_CFLAGS = $(AM_CFLAGS) \ -I ./collection \ -I ./ini \ -- 1.6.5.2
0001-Remove-ELAPI-from-build-and-tarball.patch.sig
Description: PGP signature
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel