[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openocd-development
Subject:    [OpenOCD-devel] [PATCH]: b6e57ac build: fix libftd2xx regression
From:       gerrit () openocd ! zylin ! com
Date:       2013-04-22 14:11:07
Message-ID: 20130422141107.B3A832458D () openocd ! zylin ! com
[Download RAW message or body]

This is an automated email from Gerrit.

Spencer Oliver (spen@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which \
you can find at http://openocd.zylin.com/1355

-- gerrit

commit b6e57ac83090880ca41579e0fb36490eb3505209
Author: Spencer Oliver <spen@spen-soft.co.uk>
Date:   Mon Apr 22 15:10:56 2013 +0100

    build: fix libftd2xx regression
    
    Fix build when targeting closed src ftd2xx drivers.
    configure is unable to find the dynamic linking loader lib (dl) as it
    is included before ftd2xx library.
    
    Change-Id: Ibe7308b66ed846288a31f7a27ff549b6f39baeec
    Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>

diff --git a/configure.ac b/configure.ac
index 75bbece..78b70d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -961,7 +961,7 @@ if test $build_ft2232_ftd2xx = yes -o $build_presto_ftd2xx = yes \
-o $build_usb_b  fi
     fi
     LDFLAGS="${LDFLAGS} ${FTD2XX_LDFLAGS}"
-    LIBS="${LIBS} ${FTD2XX_LIB}"
+    LIBS="${FTD2XX_LIB} ${LIBS}"
     AC_MSG_RESULT([${FTD2XX_LDFLAGS} ${FTD2XX_LIB}])
   else
     AC_CHECK_HEADER([ftd2xx.h],[],[

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic