summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-26 15:51:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-26 15:51:21 -0400
commit7d96ecf082eaba9793215443e5f8478bc9139774 (patch)
treed04d680e8009803337ddb6abbe11ad4f886a69f1 /standalone
parentc03193814ccbbd329dc8515b095e4686364965ee (diff)
update path to gnutls etc libs
Diffstat (limited to 'standalone')
-rw-r--r--standalone/android/haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch b/standalone/android/haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch
index 24f17cc6f..5d330f668 100644
--- a/standalone/android/haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch
+++ b/standalone/android/haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch
@@ -17,7 +17,7 @@ index 5bfe687..ff1d08c 100644
library
hs-source-dirs: lib
ghc-options: -Wall -O2
-+ LD-Options: -L /home/androidbuilder/.ghc/android-14/arm-linux-androideabi-4.8/sysroot/usr/lib/ -l:libgnutls.a -l:libnettle.a -l:libhogweed.a -l:libgmp.a
++ LD-Options: -L /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/sysroot/usr/lib/ -l:libgnutls.a -l:libnettle.a -l:libhogweed.a -l:libgmp.a
build-depends:
base >= 4.0 && < 5.0