Apply some of debian patches.

This commit is contained in:
Davi de Castro Reis 2018-12-28 01:43:43 -02:00
parent d233b4943f
commit bbf77c63c9
2 changed files with 7 additions and 7 deletions

View File

@ -30,8 +30,8 @@ AC_CHECK_HEADERS([getopt.h math.h])
dnl Checks for libraries. dnl Checks for libraries.
LT_LIB_M LT_LIB_M
LDFLAGS="$LIBM $LDFLAGS" LDFLAGS="$LIBS $LIBM $LDFLAGS"
#CFLAGS="-Wall -g" CFLAGS="-Wall $CFLAGS"
AC_PROG_CXX AC_PROG_CXX
CXXFLAGS="-Wall -Wno-unused-function -DNDEBUG -O3 -fomit-frame-pointer $CXXFLAGS" CXXFLAGS="-Wall -Wno-unused-function -DNDEBUG -O3 -fomit-frame-pointer $CXXFLAGS"

View File

@ -166,7 +166,7 @@ cmph_t *brz_new(cmph_config_t *mph, double c)
// Clustering the keys by graph id. // Clustering the keys by graph id.
if (mph->verbosity) if (mph->verbosity)
{ {
fprintf(stderr, "Partioning the set of keys.\n"); fprintf(stderr, "Partitioning the set of keys.\n");
} }
while(1) while(1)