From 51560f9d4cb7009a599938b8cb7176b7d59a88ba Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Fri, 31 Jul 2009 11:04:37 +0000 Subject: [PATCH] update multilib patch --- libftdi-0.16-multilib.patch | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libftdi-0.16-multilib.patch b/libftdi-0.16-multilib.patch index 0f3d347..de0f468 100644 --- a/libftdi-0.16-multilib.patch +++ b/libftdi-0.16-multilib.patch @@ -1,5 +1,5 @@ --- libftdi-0.16/libftdi-config.in 2009-02-06 17:40:10.000000000 +0200 -+++ libftdi-0.16-mod/libftdi-config.in 2009-07-31 10:39:56.000000000 +0300 ++++ libftdi-0.16-mod/libftdi-config.in 2009-07-31 13:08:08.000000000 +0300 @@ -1,7 +1,7 @@ #!/bin/sh @@ -31,3 +31,13 @@ ;; *) usage 1 1>&2 +@@ -71,9 +68,3 @@ + if test "$echo_exec_prefix" = "yes"; then + echo $exec_prefix + fi +-if test "$echo_cflags" = "yes"; then +- echo $includes +-fi +-if test "$echo_libs" = "yes"; then +- echo -L@libdir@ -lftdi @LIBS@ +-fi