diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/files/freeradius-libtool-detection.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/freeradius/files/freeradius-libtool-detection.patch | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/freeradius-libtool-detection.patch b/meta-networking/recipes-connectivity/freeradius/files/freeradius-libtool-detection.patch index 4eb61ff2ec..4265f9d0de 100644 --- a/meta-networking/recipes-connectivity/freeradius/files/freeradius-libtool-detection.patch +++ b/meta-networking/recipes-connectivity/freeradius/files/freeradius-libtool-detection.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 56ef434e454bcc82c162a83d9bcb076d4fc72b7f Mon Sep 17 00:00:00 2001 | 1 | From bfe4d7ed72edc9d4ae1a0f0d2dd84367d6214886 Mon Sep 17 00:00:00 2001 |
2 | From: Jackie Huang <jackie.huang@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
3 | Date: Thu, 9 Jan 2014 14:30:26 +0800 | 3 | Date: Thu, 22 Aug 2019 10:45:46 +0800 |
4 | Subject: [PATCH] Fix libtool detection | 4 | Subject: [PATCH 1/2] Fix libtool detection |
5 | 5 | ||
6 | Upstream-Status: pending | 6 | Upstream-Status: pending |
7 | 7 | ||
@@ -16,18 +16,19 @@ Also patch autogen.sh so it uses autoreconf, which handles libtoolize better. | |||
16 | 16 | ||
17 | Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> | 17 | Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> |
18 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 18 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
19 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||
19 | --- | 20 | --- |
20 | autogen.sh | 5 +---- | 21 | autogen.sh | 5 +---- |
21 | configure.ac | 36 ++++++++++++++++++++++++++++++++++++ | 22 | configure.ac | 36 ++++++++++++++++++++++++++++++++++++ |
22 | 2 files changed, 37 insertions(+), 4 deletions(-) | 23 | 2 files changed, 37 insertions(+), 4 deletions(-) |
23 | 24 | ||
24 | diff --git a/autogen.sh b/autogen.sh | 25 | diff --git a/autogen.sh b/autogen.sh |
25 | index 3418673..e42c3d5 100755 | 26 | index a1d08a6..959182b 100755 |
26 | --- a/autogen.sh | 27 | --- a/autogen.sh |
27 | +++ b/autogen.sh | 28 | +++ b/autogen.sh |
28 | @@ -5,10 +5,7 @@ parentdir=`dirname $0` | 29 | @@ -6,10 +6,7 @@ cd $parentdir |
29 | cd $parentdir | ||
30 | parentdir=`pwd` | 30 | parentdir=`pwd` |
31 | m4include="-I$parentdir -I$parentdir/m4 -Im4" | ||
31 | 32 | ||
32 | -libtoolize -f -c | 33 | -libtoolize -f -c |
33 | -#aclocal | 34 | -#aclocal |
@@ -38,10 +39,10 @@ index 3418673..e42c3d5 100755 | |||
38 | mysubdirs="$mysubdirs `find src/modules/ -name configure -print | sed 's%/configure%%'`" | 39 | mysubdirs="$mysubdirs `find src/modules/ -name configure -print | sed 's%/configure%%'`" |
39 | mysubdirs=`echo $mysubdirs` | 40 | mysubdirs=`echo $mysubdirs` |
40 | diff --git a/configure.ac b/configure.ac | 41 | diff --git a/configure.ac b/configure.ac |
41 | index e73e4ad..066d3d7 100644 | 42 | index a7abf00..65db61e 100644 |
42 | --- a/configure.ac | 43 | --- a/configure.ac |
43 | +++ b/configure.ac | 44 | +++ b/configure.ac |
44 | @@ -205,6 +205,42 @@ dnl # See if we have Git. | 45 | @@ -220,6 +220,42 @@ dnl # See if we have Git. |
45 | dnl # | 46 | dnl # |
46 | AC_CHECK_PROG(GIT, git, yes, no) | 47 | AC_CHECK_PROG(GIT, git, yes, no) |
47 | 48 | ||
@@ -85,5 +86,5 @@ index e73e4ad..066d3d7 100644 | |||
85 | dnl AC_ARG_WITH(disablemodulefoo, | 86 | dnl AC_ARG_WITH(disablemodulefoo, |
86 | dnl [ --without-rlm_foo Disables module compilation. Module list:] | 87 | dnl [ --without-rlm_foo Disables module compilation. Module list:] |
87 | -- | 88 | -- |
88 | 1.8.3 | 89 | 2.7.4 |
89 | 90 | ||