diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2015-08-10 22:48:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-10 23:20:18 +0200 |
commit | 9ee40ce2aba0dadb35df4277f5027c25cf828f06 (patch) | |
tree | c7454999a0999efd40c7fb168a67f021f4df46c0 | |
parent | 0b8e9c8522a7d81fe9e87eb8dc4adaefe5cd3184 (diff) |
build: refer to fixed libidn versions
closes #371
-rw-r--r-- | docs/examples/Makefile.m32 | 2 | ||||
-rw-r--r-- | docs/examples/Makefile.netware | 2 | ||||
-rw-r--r-- | lib/Makefile.m32 | 2 | ||||
-rw-r--r-- | src/Makefile.m32 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 2da5294ed..7be640c1e 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -50,7 +50,7 @@ LIBRTMP_PATH = ../../../librtmp-2.4 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../../libidn-1.30 +LIBIDN_PATH = ../../../libidn-1.32 endif # Edit the path below to point to the base of your MS IDN package. # Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1 diff --git a/docs/examples/Makefile.netware b/docs/examples/Makefile.netware index f8e9955ed..2d85e736a 100644 --- a/docs/examples/Makefile.netware +++ b/docs/examples/Makefile.netware @@ -34,7 +34,7 @@ endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../../libidn-1.30 +LIBIDN_PATH = ../../../libidn-1.32 endif # Edit the path below to point to the base of your librtmp package. diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 5f88ab724..736e600f5 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -30,7 +30,7 @@ LIBRTMP_PATH = ../../librtmp-2.4 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../libidn-1.30 +LIBIDN_PATH = ../../libidn-1.32 endif # Edit the path below to point to the base of your MS IDN package. # Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1 diff --git a/src/Makefile.m32 b/src/Makefile.m32 index fc59f63e1..509380686 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -42,7 +42,7 @@ LIBXML2_PATH = ../../libxml2-2.9.2 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../libidn-1.30 +LIBIDN_PATH = ../../libidn-1.32 endif # Edit the path below to point to the base of your MS IDN package. # Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1 |