Update OpenPGM to version 2.1.26

This commit is contained in:
Martin Lucina 2010-05-10 16:24:53 +02:00
parent a25414e55c
commit 2cf9f04a46
4 changed files with 3 additions and 1 deletions

View File

@ -268,7 +268,7 @@ fi
# PGM extension
pgm_ext="no"
pgm_basename="libpgm-2.0.24"
pgm_basename="libpgm-2.1.26"
AC_SUBST(pgm_basename)

Binary file not shown.

Binary file not shown.

View File

@ -181,6 +181,7 @@ if BUILD_PGM
if ON_MINGW
libpgm_diff_flags = \
-D_WIN32_WINNT=0x0501 \
-DCONFIG_16BIT_CHECKSUM \
-DCONFIG_HAVE_IFR_NETMASK \
-DCONFIG_BIND_INADDR_ANY \
-DCONFIG_GALOIS_MUL_LUT \
@ -193,6 +194,7 @@ libpgm_diff_flags = \
else
libpgm_diff_flags = \
-D__need_IOV_MAX \
-DCONFIG_16BIT_CHECKSUM \
-DCONFIG_HAVE_PSELECT \
-DCONFIG_HAVE_POLL \
-DCONFIG_HAVE_PPOLL \