Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Apr 2022 00:38:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262824] net/pecl-xmlrpc: build fail
Message-ID:  <bug-262824-7788-6NKf7oa5Sy@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

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

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-6NKf7oa5Sy>