HAIKU_IMAGE_HOST_NAME

Forum thread started by bbjimmy on Sun, 2009-10-18 21:59

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?

Comments

Re: HAIKU_IMAGE_HOST_NAME

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.

Re: HAIKU_IMAGE_HOST_NAME

bbjimmy wrote:

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.

A bug report on http://dev.haiku-os.org would be greatly appreciated.