Просмотр исходного кода

Ticket 49089 - Fix invalid cxxlink statement from hpux

Bug Description:  As a remnant of past build issues, in certain plugins we
defined that we needed a CXXLINK statement. This increased the likelihood of
a broken build in parallel, but does not completely remove it.

Fix Description:  The CXXLINK is not needed now, so we have commented it out
for now, with intent to remove in the future if no issues arise.

https://fedorahosted.org/389/ticket/49089

Author: wibrown

Review by: nhosoi, lslebodn (Thanks!)
William Brown 9 лет назад
Родитель
Сommit
a694a4c7db
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -1182,7 +1182,7 @@ libacl_plugin_la_SOURCES = ldap/servers/plugins/acl/acl.c \
 libacl_plugin_la_CPPFLAGS = -I$(srcdir)/include/libaccess $(PLUGIN_CPPFLAGS)
 libacl_plugin_la_LIBADD = libslapd.la libns-dshttpd.la $(LDAPSDK_LINK) $(NSPR_LINK) $(LIBCSTD) $(LIBCRUN)
 libacl_plugin_la_LDFLAGS = -avoid-version
-libacl_plugin_la_LINK = $(CXXLINK) -avoid-version
+# libacl_plugin_la_LINK = $(CXXLINK) -avoid-version
 
 #------------------------
 # libaddn-plugin
@@ -1276,7 +1276,7 @@ libcollation_plugin_la_SOURCES = ldap/servers/plugins/collation/collate.c \
 libcollation_plugin_la_CPPFLAGS = $(PLUGIN_CPPFLAGS) @icu_inc@
 libcollation_plugin_la_LIBADD = libslapd.la $(LDAPSDK_LINK) $(NSPR_LINK) $(ICU_LINK) $(LIBCSTD) $(LIBCRUN)
 libcollation_plugin_la_LDFLAGS = -avoid-version
-libcollation_plugin_la_LINK = $(CXXLINK) -avoid-version
+# libcollation_plugin_la_LINK = $(CXXLINK) -avoid-version
 
 #------------------------
 # libcos-plugin