diff options
Diffstat (limited to 'meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch')
| -rw-r--r-- | meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch b/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch new file mode 100644 index 0000000000..ffc6ec1efc --- /dev/null +++ b/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | From d482bcc8fca90afc95ac3cbe848a3c9d7ad81ddc Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mingli Yu <mingli.yu@windriver.com> | ||
| 3 | Date: Wed, 4 Nov 2020 23:37:44 -0800 | ||
| 4 | Subject: [PATCH] autogen.sh: not generate configure | ||
| 5 | |||
| 6 | Only use autogen.sh to generate configure.ac. | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate [embedded specific] | ||
| 9 | |||
| 10 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||
| 11 | --- | ||
| 12 | autogen.sh | 8 -------- | ||
| 13 | 1 file changed, 8 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/autogen.sh b/autogen.sh | ||
| 16 | index df734ce9..d7bbf8cb 100755 | ||
| 17 | --- a/autogen.sh | ||
| 18 | +++ b/autogen.sh | ||
| 19 | @@ -52,11 +52,3 @@ cat configure.seed | sed \ | ||
| 20 | -e "s/@NDPI_VERSION_SHORT@/$NDPI_VERSION_SHORT/g" \ | ||
| 21 | -e "s/@FUZZY@/$FUZZY/g" \ | ||
| 22 | > configure.ac | ||
| 23 | - | ||
| 24 | -autoreconf -ivf | ||
| 25 | -cat configure | sed "s/#define PACKAGE/#define NDPI_PACKAGE/g" | sed "s/#define VERSION/#define NDPI_VERSION/g" > configure.tmp | ||
| 26 | -cat configure.tmp > configure | ||
| 27 | - | ||
| 28 | -chmod +x configure | ||
| 29 | -./configure $@ | ||
| 30 | - | ||
| 31 | -- | ||
| 32 | 2.17.1 | ||
| 33 | |||
