Monday, March 19, 2018

[389-commits] [389-ds-base] 01/01: Ticket 49552 - Fix build issues on F28

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch master
in repository 389-ds-base.

commit 2020610dc4f1817bc7bd79eda8cc71a45ac159c5
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Mon Mar 19 11:13:39 2018 -0400

Ticket 49552 - Fix build issues on F28

Description: Builds started breaking on F28. Removed part of the last fix to
address previous build issues on F28. The fix was just to remove the
libslapd libary from libldaputil. It was never needed in the first
place.

https://pagure.io/389-ds-base/issue/49552

Reviewd by: mreynolds (one line commit rule)
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 9ba52b9..4689e66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1112,7 +1112,7 @@ libldaputil_la_SOURCES = lib/ldaputil/cert.c \
lib/ldaputil/vtable.c

libldaputil_la_CPPFLAGS = $(AM_CPPFLAGS) $(DSPLUGIN_CPPFLAGS) $(DSINTERNAL_CPPFLAGS) -I$(srcdir)/lib/ldaputil
-libldaputil_la_LIBADD = libslapd.la $(NSS_LINK) $(NSPR_LINK)
+libldaputil_la_LIBADD = $(NSS_LINK) $(NSPR_LINK)
libldaputil_la_LDFLAGS = $(AM_LDFLAGS)

#////////////////////////////////////////////////////////////////

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org

No comments:

Post a Comment