From 9fb5de66937d6834183b1a43aeeaad4a79e1fcfc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Nov 2013 13:45:09 -0400 Subject: fix ugly hardcoded library path to libgnutls and libnettle --- .../haskell-patches/gnutls_0.1.4-0001-statically-link-with-gnutls.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') 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 -- cgit v1.2.3