components/autogen/patches/autoopts-mk-autoopts-pc.in.patch
author Drew Fisher <drew.fisher@oracle.com>
Wed, 18 Jan 2017 09:07:36 -0800
changeset 7598 d30cc5fc0cf0
parent 5299 a301501de846
permissions -rw-r--r--
25415541 Path to ipmitool hardcoded for Solaris

Fix the generation of the 64-bit /usr/lib/64/pkgconfig/autoopts.pc
for Solaris based on changes to .../autoopts/mk-autoopts-pc.in already
present upstream.

--- autogen-5.16.2/autoopts/mk-autoopts-pc.in.orig	2016-01-19 16:17:03.319088249 -0800
+++ autogen-5.16.2/autoopts/mk-autoopts-pc.in	2016-01-19 16:17:23.599671581 -0800
@@ -31,7 +31,7 @@
       cflags="-I${includedir}"
 test 'X@ENABLE_STATIC@' = Xno && static_libs=''
 case "${libdir}" in
-/lib | /lib64 | /usr/lib | /usr/lib64 )
+/lib | /lib64 | /usr/lib | /usr/lib64 | /usr/lib/* )
     ldopts=''
     ldflags=-lopts
     ;;