get.amped wrote: 
> I don't know if fydo is lurking around here or if someone else can help,
> but I'm getting the same behavior building the 7.9 nightly in a FreeNAS
> 9.3 jail. Any clue as to how to "always add the 64-bit compile flag"
> would be greatly appreciated.

Ahoy there! Here's the change that I made. Find this code in
buildme.sh:


Code:
--------------------
    # FreeBSD amd64 needs arch option
  if [ "$ARCH" = "amd64-freebsd" ]; then
  FFOPTS="$FFOPTS --arch=x64"
  fi
--------------------


And comment out the if / fi lines:


Code:
--------------------
     # FreeBSD amd64 needs arch option
  #    if [ "$ARCH" = "amd64-freebsd" ]; then
  FFOPTS="$FFOPTS --arch=x64"
  #   fi
--------------------


Of course, if you're not on a 64-bit system then don't do this, as
making this change will add the x64 compile flag no matter what.

Hope that helps!
-- Fydo


------------------------------------------------------------------------
fydo's Profile: http://forums.slimdevices.com/member.php?userid=61480
View this thread: http://forums.slimdevices.com/showthread.php?t=102858

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to