patches/ltrace/0.5.3/170-lib-supcc.patch
author danielrubiob@gmail.com
Tue Feb 11 21:34:48 2014 +0100 (2014-02-11)
changeset 3285 a8cb9039fade
permissions -rw-r--r--
complibs/cloog: bump version

Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>
[yann.morin.1998@free.fr: re-order versions]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Cody P Schafer <dev@codyps.com>
Message-Id: <c2de3964cd6d5e4173cc.1391984023@uemo>
Patchwork-Id: 318637
     1 Index: ltrace-0.5.3/configure
     2 ===================================================================
     3 --- ltrace-0.5.3/configure
     4 +++ ltrace-0.5.3/configure
     5 @@ -78,7 +78,10 @@ fi
     6  rm -f conftest.c a.out
     7  
     8  CFLAGS='-g -O2'
     9 -LIBS='-lelf -lsupc++ -liberty '
    10 +LIBS='-lelf'
    11 +[ -n "$HAVE_LIBSUPC__" ] && LIBS="$LIBS -lsupc++"
    12 +[ -n "$HAVE_LIBIBERTY" ] && LIBS="$LIBS -liberty"
    13 +
    14  INSTALL='install -c'
    15  iquote='-iquote '
    16  iquoteend=''