|
@@ -4,7 +4,7 @@ echo ""
|
|
|
export folder=$(pwd)
|
|
|
function libraries {
|
|
|
cd ~
|
|
|
-#pkg-config --libs libevent_pthreads PKG_CONFIG_PATH=/home/wareck/event
|
|
|
+pkg-config --libs libevent_pthreads PKG_CONFIG_PATH=/home/wareck/event
|
|
|
rm -r -f temp
|
|
|
mkdir temp
|
|
|
cd temp
|
|
@@ -13,7 +13,7 @@ wget http://wareck.free.fr/cross_compilation/event.tar.gz
|
|
|
tar xfz uthash-2.3.0.tar.gz
|
|
|
tar xfz event.tar.gz
|
|
|
cd uthash-2.3.0
|
|
|
-sudo cp src/* /opt/mxe/usr/i686-w64-mingw32.static/include/
|
|
|
+sudo cp src/* /opt/mxe/usr/i686-w64-mingw32.shared/include/
|
|
|
cd ~
|
|
|
}
|
|
|
|
|
@@ -22,13 +22,10 @@ git clone https://github.com/wareck/bfgminer.git
|
|
|
cd bfgminer
|
|
|
git submodule init
|
|
|
git submodule update
|
|
|
-autoreconf -fi
|
|
|
+./autogen.sh
|
|
|
#CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static libevent_CFLAGS="-I/home/wareck/event/include/" libevent_LIBS="-I/home/wareck/event/lib" --enable-scrypt --without-libevent --prefix=/home/wareck/zob
|
|
|
-CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --enable-scrypt --without-libevent --prefix=/home/wareck/zob
|
|
|
+CFLAGS="-O2 -msse2 -fcommon" ./configure --host=i686-w64-mingw32.shared --enable-scrypt --without-libevent
|
|
|
make
|
|
|
-make install
|
|
|
-strip bfgminer.exe
|
|
|
-upx bfgminer.exe
|
|
|
}
|
|
|
|
|
|
function pack {
|