From 7d96ecf082eaba9793215443e5f8478bc9139774 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 26 May 2014 15:51:21 -0400 Subject: update path to gnutls etc libs --- .../haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/android/haskell-patches') 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 -- cgit v1.2.3