I have a few ports that won't build in poudriere because they're looking for libomp.so in /usr/local/llvm40/; how do I add that to the PATH in Poudriere? I tried setting it in the makefile, but it had no effect...
LDFLAGS+=-L{LOCALBASE}/lib
and CFLAGS+=-I{LOCALBASE}/include
to the Makefile(s)Create optional make.conf
You can also specify a global make.conf which will be used for all the
jails. Any of the following are allowed and will all be used in the
order shown:
/usr/local/etc/poudriere.d/make.conf
/usr/local/etc/poudriere.d/<setname>-make.conf
/usr/local/etc/poudriere.d/<tree>-make.conf
/usr/local/etc/poudriere.d/<jailname>-make.conf
/usr/local/etc/poudriere.d/<jailname>-<tree>-make.conf
/usr/local/etc/poudriere.d/<jailname>-<setname>-make.conf
/usr/local/etc/poudriere.d/<jailname>-<tree>-<setname>-make.conf