diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/soft66/files/fix-ar.patch')
-rw-r--r-- | meta-oe/recipes-connectivity/soft66/files/fix-ar.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch new file mode 100644 index 000000000..bf1ffdfc6 --- /dev/null +++ b/meta-oe/recipes-connectivity/soft66/files/fix-ar.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | --- | ||
2 | configure.ac | 1 + | ||
3 | 1 file changed, 1 insertion(+) | ||
4 | |||
5 | --- git.orig/configure.ac | ||
6 | +++ git/configure.ac | ||
7 | @@ -7,5 +7,6 @@ AC_PROG_CC | ||
8 | AC_CONFIG_HEADERS([config.h]) | ||
9 | AC_CONFIG_FILES([Makefile lib/Makefile tools/Makefile]) | ||
10 | PKG_CHECK_MODULES([FTDI], [libftdi >= 0.13]) | ||
11 | AC_OUTPUT | ||
12 | AM_PROG_CC_C_O | ||
13 | +AM_PROG_AR | ||