summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-05-10 16:24:53 +0200
committerMartin Lucina <mato@kotelna.sk>2010-05-10 16:26:09 +0200
commit2cf9f04a460473ea10e901e68e66596583d0d286 (patch)
tree1dafc7fb2ac0e6f51b94e50fc61f5516751e3b3a
parenta25414e55caa975185ac6534c40bb601e5c38a9a (diff)
Update OpenPGM to version 2.1.26
-rw-r--r--configure.in2
-rw-r--r--foreign/openpgm/libpgm-2.0.24.tar.gzbin407110 -> 0 bytes
-rw-r--r--foreign/openpgm/libpgm-2.1.26.tar.gzbin0 -> 413863 bytes
-rw-r--r--src/Makefile.am2
4 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b95a367..8d2f27d 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
diff --git a/foreign/openpgm/libpgm-2.0.24.tar.gz b/foreign/openpgm/libpgm-2.0.24.tar.gz
deleted file mode 100644
index 6668df2..0000000
--- a/foreign/openpgm/libpgm-2.0.24.tar.gz
+++ /dev/null
Binary files differ
diff --git a/foreign/openpgm/libpgm-2.1.26.tar.gz b/foreign/openpgm/libpgm-2.1.26.tar.gz
new file mode 100644
index 0000000..352df68
--- /dev/null
+++ b/foreign/openpgm/libpgm-2.1.26.tar.gz
Binary files differ
diff --git a/src/Makefile.am b/src/Makefile.am
index 70ae248..8d7f608 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 \