diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-26 13:45:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-26 13:45:09 -0400 |
commit | 9fb5de66937d6834183b1a43aeeaad4a79e1fcfc (patch) | |
tree | 2362dcdb6a0b7e4532011e93a19ef10ad7df0704 /standalone/android | |
parent | 1185e27e74927351e785d1510384feb6d95c6226 (diff) |
fix ugly hardcoded library path to libgnutls and libnettle
Diffstat (limited to 'standalone/android')
-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 6c4ae0c63..fc56c6852 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 @@ -21,7 +21,7 @@ index a20e7ed..d8f4a1f 100644 library hs-source-dirs: lib ghc-options: -Wall -O2 -+ LD-Options: -L /home/joey/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/lib/ -lgcrypt -lgpg-error -lz ++ LD-Options: -L /home/androidbuilder/.ghc/android-14/arm-linux-androideabi-4.8/arm-linux-androideabi/sysroot/usr/lib/ -lgcrypt -lgpg-error -lz build-depends: base >= 4.0 && < 5.0 |