patches/ltrace/0.5.3/170-lib-supcc.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
     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=''