Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Apr 2022 00:45:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262824] net/pecl-xmlrpc: build fail
Message-ID:  <bug-262824-7788-D9Uo93X9qF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262824-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262824-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262824

Derek Schrock <dereks@lifeofadishwasher.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #232922|0                           |1
        is obsolete|                            |

--- Comment #10 from Derek Schrock <dereks@lifeofadishwasher.com> ---
Created attachment 232924
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232924&action=
=3Dedit
Move source's xmlrpc.h to its include dir=E2=80=98

Due to net/xmlrpc-c having ${LOCALBASE}/xmlrpc.h and the order
of the -I's created by phpize'd configure xmlrpc-c's .h file is used if
installed.  ${WRKSRC}/libxmlrpc is the last in the list.

pecl-xmlrpc's include dir is used before ${LOCALBASE}/include.  Move the
source dist's xmlrpc.h to that dir before building.

Possible open issue with upstream to move all .h files to include/
otherwise see if there's an option to change the order of -I flags.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262824-7788-D9Uo93X9qF>