Created
February 27, 2014 09:40
-
-
Save allskyee/9247125 to your computer and use it in GitHub Desktop.
freebsd ports cross compile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make \ | |
WRKDIRPREFIX=/home/xxx/ports/obj PREFIX=/home/xxx/ports/install \ | |
CONFIGURE_ARGS="--host=arm --prefix=/home/xxx/ports/install" \ | |
LDFLAGS="-rpath=$BUILDWORLD/tmp/lib:$BUILDWORLD/tmp/usr/lib:/home/xxx/ports/install/lib:$BUILDWORLD/lib -L$BUILDWORLD/tmp/lib -L$BUILDWORLD/tmp/usr/lib -L/home/xxx/ports/install/lib -L$BUILDWORLD/lib" \ | |
NO_PKG_REGISTER=1 WITHOUT_CHECKS=yes install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment