32 Bit version braucht spezielle ldflags..

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6180 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-08-16 13:18:28 +00:00
parent 01d8a4a79f
commit 7a732a5811

View File

@ -78,6 +78,7 @@ mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
USE_ARCH=32 \
LDFLAGS="-L/lib -L/usr/lib -L/usr/X11R7/lib" \
./configure --prefix=/usr \
--with-driver=none
make -j $NUMCPU