more fixes
This commit is contained in:
parent
94d9caf1f7
commit
c9d7a8cc51
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ install_pkgs () {
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
cd tmp
|
cd tmp
|
||||||
|
|
||||||
onlycross unpatched bytestring-0.10.3.0 text-0.11.2.3 parsec-3.1.3
|
onlycross unpatched bytestring-0.10.3.0 text-0.11.3.1 parsec-3.1.3
|
||||||
patched network 2.4.1.0
|
patched network 2.4.1.0
|
||||||
unpatched cereal-0.3.5.2
|
unpatched cereal-0.3.5.2
|
||||||
patched socks 0.4.2
|
patched socks 0.4.2
|
||||||
|
@ -121,7 +121,7 @@ install_pkgs () {
|
||||||
patched file-embed 0.0.4.7
|
patched file-embed 0.0.4.7
|
||||||
patched gsasl 0.3.5 \
|
patched gsasl 0.3.5 \
|
||||||
--ghc-options=-I$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/include/ \
|
--ghc-options=-I$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/include/ \
|
||||||
--ld-options="-L $HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/lib/"
|
--ld-options="-L$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/lib/"
|
||||||
onlycross patched network-protocol-xmpp 0.4.4
|
onlycross patched network-protocol-xmpp 0.4.4
|
||||||
onlynative network-protocol-xmpp
|
onlynative network-protocol-xmpp
|
||||||
patched shakespeare-css 1.0.2
|
patched shakespeare-css 1.0.2
|
||||||
|
@ -164,7 +164,7 @@ if [ "$1" = native ]; then
|
||||||
fi
|
fi
|
||||||
install_pkgs
|
install_pkgs
|
||||||
else
|
else
|
||||||
native=0
|
native=
|
||||||
PATH=$HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin:$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin:$PATH
|
PATH=$HOME/.ghc/android-14/arm-linux-androideabi-4.7/bin:$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/bin:$PATH
|
||||||
if [ ! -e $HOME/.ghc/android-14/arm-linux-androideabi-4.7/cabal/packages/hackage.haskell.org ]; then
|
if [ ! -e $HOME/.ghc/android-14/arm-linux-androideabi-4.7/cabal/packages/hackage.haskell.org ]; then
|
||||||
cabal update
|
cabal update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue