nn
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel
arafad...@gmail.com
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel
No need to deprive tar ball users of this information.
Signed-off-by: Frank Lichtenheld
---
Makefile.am | 5 -
doc/Makefile.am | 9 -
doc/doxygen/Makefile.am | 21 -
3 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/Makefile.am
Document the dependency. Also fixes cert_data.h missing from
distribution.
Signed-off-by: Frank Lichtenheld
---
tests/unit_tests/openvpn/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/unit_tests/openvpn/Makefile.am
b/tests/unit_tests/openvpn/Makefile.a
So it is possible to build with MSVC from the release
tarballs.
Fixes #344.
Signed-off-by: Frank Lichtenheld
---
build/msvc/msvc-generate/Makefile.am | 1 +
src/openvpn/Makefile.am | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
Note: unchanged from previous submission
d
Remove the number prefixes we do not use anyway.
And then rename Allow-the-build-to-succeed-if-configured-with-disabl.patch
to make it short enough that it can fit in a tar archive
built with --old-archive. Otherwise make dist might not include it:
tar:
openvpn-2.7_git/contrib/vcpkg-ports/pkcs11
After this series the diff between git and the tarball
is:
Only in ../: dev-tools
Only in openvpn-2.7_git/doc: openvpn.8
Only in openvpn-2.7_git/doc: openvpn.8.html
Only in openvpn-2.7_git/doc: openvpn-examples.5
Only in openvpn-2.7_git/doc: openvpn-examples.5.html
Only in ../: .git
Only in ../: .
On Wed, Jun 14, 2023 at 12:21:14PM +0200, Frank Lichtenheld wrote:
> So it is possible to build with MSVC from the release
> tarballs.
>
> Fixes #344.
>
> Signed-off-by: Frank Lichtenheld
> ---
> build/msvc/msvc-generate/Makefile.am | 1 +
> src/openvpn/Makefile.am | 3 ++-
> 2 fil