diff options
author | 2020-09-15 20:25:08 +0000 | |
---|---|---|
committer | 2020-09-15 20:51:42 +0000 | |
commit | ddb0a09e7596a165240be2f0299f91be5a366ab4 (patch) | |
tree | 1c393e8871e4e529036d8b07c9233a52df5be101 /net-vpn/httptunnel/files/httptunnel-3.3_p20180119-respect-AR.patch | |
parent | net-vpn/httptunnel: bump to EAPI 7 (diff) | |
download | gentoo-ddb0a09e7596a165240be2f0299f91be5a366ab4.tar.gz gentoo-ddb0a09e7596a165240be2f0299f91be5a366ab4.tar.bz2 gentoo-ddb0a09e7596a165240be2f0299f91be5a366ab4.zip |
net-vpn/httptunnel: bump to 20180119 snapshot
* Includes various Debian patches
* Respect AR
Closes: https://bugs.gentoo.org/725216
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn/httptunnel/files/httptunnel-3.3_p20180119-respect-AR.patch')
-rw-r--r-- | net-vpn/httptunnel/files/httptunnel-3.3_p20180119-respect-AR.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-vpn/httptunnel/files/httptunnel-3.3_p20180119-respect-AR.patch b/net-vpn/httptunnel/files/httptunnel-3.3_p20180119-respect-AR.patch new file mode 100644 index 000000000000..bdc6b7fb5a4a --- /dev/null +++ b/net-vpn/httptunnel/files/httptunnel-3.3_p20180119-respect-AR.patch @@ -0,0 +1,12 @@ +diff --git a/configure.ac b/configure.ac +index acd5843..f5ad65d 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -26,6 +26,7 @@ AC_PROG_CC + AC_PROG_INSTALL + AC_PROG_LN_S + AC_PROG_RANLIB ++AM_PROG_AR + + dnl Checks for libraries. + AC_CHECK_FUNC([gethostent], :, [AC_CHECK_LIB(nsl, gethostent)]) |