summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-04-12 10:41:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-04-12 10:41:33 +0200
commit11edd5de95de8ef430d2fa5356d4aef1a199d2a9 (patch)
treee44c58390efe5fd31f01c46f08b903bc7d4ddeab /patches
parenta16c2ed02ff96a87a50acc51923a56cbbdb240b1 (diff)
downloadptxdist-11edd5de95de8ef430d2fa5356d4aef1a199d2a9.tar.gz
ptxdist-11edd5de95de8ef430d2fa5356d4aef1a199d2a9.tar.xz
gnutls: use custom autogen.sh
A full autoreconf requires autopoint. That would mean a dependency on HOST_GETTEXT. Avoid this by just calling automake. The patches only touch one Makefile.am, so this is sufficient. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rwxr-xr-x[l---------]patches/gnutls-3.6.13/autogen.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/patches/gnutls-3.6.13/autogen.sh b/patches/gnutls-3.6.13/autogen.sh
index 9f8a4cb7d..d99000165 120000..100755
--- a/patches/gnutls-3.6.13/autogen.sh
+++ b/patches/gnutls-3.6.13/autogen.sh
@@ -1 +1,4 @@
-../autogen.sh \ No newline at end of file
+#!/bin/bash
+
+# only automake to avoid autopoint / gettext dependency
+automake