# HG changeset patch # User "Yann E. MORIN" # Date 1301180879 -3600 # Node ID 13ea34c908fab02f50a0336c8c62ccc599a2e49a # Parent bc271429936335579248e28ae3a05f7a19493d99 complibs/ppl: build watchdog library gcc-4.6+ requires the Parma Watchdog Library (libpwl). Build it and use it. Signed-off-by: "Yann E. MORIN" diff -r bc2714299363 -r 13ea34c908fa scripts/build/companion_libs/ppl.sh --- a/scripts/build/companion_libs/ppl.sh Sat Mar 19 16:01:40 2011 +0100 +++ b/scripts/build/companion_libs/ppl.sh Sun Mar 27 00:07:59 2011 +0100 @@ -48,6 +48,8 @@ --prefix="${CT_COMPLIBS_DIR}" \ --with-libgmp-prefix="${CT_COMPLIBS_DIR}" \ --with-libgmpxx-prefix="${CT_COMPLIBS_DIR}" \ + --enable-cxx \ + --enable-watchdog \ --disable-debugging \ --disable-assertions \ --disable-ppl_lcdd \