components/autogen/patches/autoopts-mk-autoopts-pc.in.patch
changeset 5299 a301501de846
equal deleted inserted replaced
5298:2de3b6013893 5299:a301501de846
       
     1 Fix the generation of the 64-bit /usr/lib/64/pkgconfig/autoopts.pc
       
     2 for Solaris based on changes to .../autoopts/mk-autoopts-pc.in already
       
     3 present upstream.
       
     4 
       
     5 --- autogen-5.16.2/autoopts/mk-autoopts-pc.in.orig	2016-01-19 16:17:03.319088249 -0800
       
     6 +++ autogen-5.16.2/autoopts/mk-autoopts-pc.in	2016-01-19 16:17:23.599671581 -0800
       
     7 @@ -31,7 +31,7 @@
       
     8        cflags="-I${includedir}"
       
     9  test 'X@ENABLE_STATIC@' = Xno && static_libs=''
       
    10  case "${libdir}" in
       
    11 -/lib | /lib64 | /usr/lib | /usr/lib64 )
       
    12 +/lib | /lib64 | /usr/lib | /usr/lib64 | /usr/lib/* )
       
    13      ldopts=''
       
    14      ldflags=-lopts
       
    15      ;;