diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-26 15:51:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-26 15:51:21 -0400 |
commit | 7d96ecf082eaba9793215443e5f8478bc9139774 (patch) | |
tree | d04d680e8009803337ddb6abbe11ad4f886a69f1 /standalone | |
parent | c03193814ccbbd329dc8515b095e4686364965ee (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.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 |