Hello,
While building OpenSoekris V1.0.12 against OpenBSD 3.8,
I got an error message about ${BUILDDIR}/$lib : no such
file or directory. It appears that some of the required
libs are in /usr/local/lib on OpenBSD 3.8.
Solution: insert the lines:
mkdir $BUILDDIR/usr/local
mkdir $BUILDDIR/usr/local/lib
at line 117 in the script.
A patch is attached.
Bill Maas
Patch for opensoekris.sh
Logged In: YES
user_id=1500515
I sent a reverse patch the first time. Have attached the
correct one now.