diff options
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch | 2 |
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 |