components/gnome/yelp/patches/02-ld-errors.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 6671 ff9eef4eda6b
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

Specifying libyelpcommon to link against is redundant as libyelp.la will
already cause that to happen.  Since yelp enables --fatal-warnings for
the Solaris linker, the build will fail since libyelpcommon is included
multiple times.

file upstream bug

--- yelp-3.17.3/src/Makefile.am	2015-06-23 01:49:55.000000000 -0700
+++ yelp-3.17.3/src/Makefile.am	2015-07-15 15:33:51.709253518 -0700
@@ -26,7 +26,6 @@
 
 yelp_LDADD =					\
 	$(top_builddir)/libyelp/libyelp.la	\
-	$(top_builddir)/libyelp/libyelpcommon.la	\
 	$(YELP_LIBS)				\
 	$(POPT_LIBS)