18:53:46 just using neovim in omnios, worked great. 21:55:51 I was trying to build unbound from omniox-extra, I tried to add CFLAGS to build.sh but made build fail, is there any other way to inject CFLAGS? 21:57:47 You probably need to append to CFLAGS[amd64] - take a look at the doc/framework file 22:00:33 @andy yes, I did the CFLAGS[amd64] I'll check again. I'll check the doc then 22:02:59 @andyf I'm sorry I had a typo on CFLAGS, now it works 22:04:20 @andyf this kind of errors can be ignored ? https://paste.ec/paste/dAIwAdup#SpQPAZLkuMBCdclUksA-03yBOLaNSNOIYFAOZhJSAWN 22:05:09 Yes, they're advisory. It isn't always practical to fix them. 22:09:46 thanks!, now when the package is built,how do I install it and it's dependencies, I already added the publisher local.omnios to point to the local repo 22:12:52 Something like this should work - pkg install -g /path/to/repo unbound 22:13:20 but you will have to disable signature checks if you're on a stable release. Bloody packages aren't signed so there's nothing to do there 22:15:40 I'm in bloody, great! 22:20:42 thanks that worked!