summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch
diff options
context:
space:
mode:
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.patch18
1 files changed, 8 insertions, 10 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
index 1cbf059efd..d5c7f5f1cc 100644
--- 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
@@ -12,26 +12,24 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
12refresh patch to 4.0 12refresh patch to 4.0
13Signed-off-by: Changqing Li <changqing.li@windriver.com> 13Signed-off-by: Changqing Li <changqing.li@windriver.com>
14--- 14---
15 autogen.sh | 9 --------- 15 autogen.sh | 7 -------
16 1 file changed, 9 deletions(-) 16 1 file changed, 7 deletions(-)
17 17
18diff --git a/autogen.sh b/autogen.sh 18diff --git a/autogen.sh b/autogen.sh
19index cf5d7057..cb73cf9d 100755 19index 0aa7507..36e0423 100755
20--- a/autogen.sh 20--- a/autogen.sh
21+++ b/autogen.sh 21+++ b/autogen.sh
22@@ -52,12 +52,3 @@ cat configure.seed | sed \ 22@@ -33,10 +33,3 @@ if test -z $PKG_CONFIG; then
23 -e "s/@NDPI_VERSION_SHORT@/$NDPI_VERSION_SHORT/g" \ 23 echo "pkg-config is missing: please install it (apt-get install pkg-config) and try again"
24 -e "s/@FUZZY@/$FUZZY/g" \ 24 exit
25 > configure.ac 25 fi
26- 26-
27-autoreconf -ivf 27-autoreconf -ivf
28-cat configure | sed "s/#define PACKAGE/#define NDPI_PACKAGE/g" | sed "s/#define VERSION/#define NDPI_VERSION/g" > configure.tmp
29-cat configure.tmp > configure
30- 28-
31-echo "./configure $@" 29-echo "./configure $@"
32-chmod +x configure 30-chmod +x configure
33-./configure $@ 31-./configure $@
34- 32-
35-- 33--
362.17.1 342.25.1
37 35