I am attempting to build Haiku (within haiku) and add OpenSSH as one of the optional packages. I get:
Optional package OpenSSH requires the HAIKU_IMAGE_HOST_NAME variable to be set!
How, and where do I set this variable?
I am attempting to build Haiku (within haiku) and add OpenSSH as one of the optional packages. I get:
Optional package OpenSSH requires the HAIKU_IMAGE_HOST_NAME variable to be set!
How, and where do I set this variable?
I found my problem with a little help on IRC.
HAIKU_IMAGE_HOST_NAME=Walter does not work
HAIKU_IMAGE_HOST_NAME=“Walter” does work. the UserBuildConfig readme documents this wrong.
[quote=bbjimmy]I found my problem with a little help on IRC.
HAIKU_IMAGE_HOST_NAME=Walter does not work
HAIKU_IMAGE_HOST_NAME=“Walter” does work. the UserBuildConfig readme documents this wrong.[/quote]
A bug report on http://dev.haiku-os.org would be greatly appreciated.