summaryrefslogtreecommitdiff
path: root/Source/++DFB/boot.bcm
blob: 43dd8b9dacbb54e2c56d1b2371349a988619aade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PKG_CONFIG_PATH=/opt/bcm/opt/dfb/lib/pkgconfig \
\
INCLUDES=-I/opt/bcm/opt/dfb/include \
LDFLAGS=-L/opt/bcm/opt/dfb/lib \
\
 ./configure --enable-maintainer-mode \
	--build=x86_64 \
	\
	--host=mipsel-linux \
	\
	--prefix=/opt/dfb \
	--disable-debug \
  2>&1 | tee boot.log; perl -p -i -e "s/prefix=\\/opt/prefix=\\/opt\\/bcm\\/opt/" ++dfb.pc; echo /opt/bcm > .DESTDIR