Commit 2cf9f04a authored by Martin Lucina's avatar Martin Lucina

Update OpenPGM to version 2.1.26

parent a25414e5
......@@ -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)
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment