-
neiracjust using neovim in omnios, worked great.
-
neiracI 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?
-
andyfYou probably need to append to CFLAGS[amd64] - take a look at the doc/framework file
-
neirac@andy yes, I did the CFLAGS[amd64] I'll check again. I'll check the doc then
-
neirac@andyf I'm sorry I had a typo on CFLAGS, now it works
-
neirac@andyf this kind of errors can be ignored ? paste.ec/paste/dAIwAdup#SpQPAZLkuMBCdclUksA-03yBOLaNSNOIYFAOZhJSAWN
-
andyfYes, they're advisory. It isn't always practical to fix them.
-
neiracthanks!, 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
-
andyfSomething like this should work - pkg install -g /path/to/repo unbound
-
andyfbut 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
-
neiracI'm in bloody, great!
-
neiracthanks that worked!