summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-12-17 19:55:06 -0500
committerArmin Kuster <akuster808@gmail.com>2023-12-29 09:09:30 -0500
commite67e3d377e7c75dbe9ac87fe394bac5d77979bea (patch)
tree3b085643969b7de400c04b39caa42b82c6f92499
parent0bc38b348b123828665e5cfe503bca467ad36156 (diff)
downloadmeta-security-e67e3d377e7c75dbe9ac87fe394bac5d77979bea.tar.gz
arpwatch: adjust CONFIGURE params to allow to build again.
drop EXTRA_OECONF Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-scanners/arpwatch/arpwatch_3.3.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index 4b4d476..7a0a776 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.3.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -25,8 +25,6 @@ PACKAGECONFIG ??= ""
25 25
26PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" 26PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg"
27 27
28EXTRA_OECONF:append = " --srcdir=${S}"
29
30CONFIGUREOPTS = " --build=${BUILD_SYS} \ 28CONFIGUREOPTS = " --build=${BUILD_SYS} \
31 --host=${HOST_SYS} \ 29 --host=${HOST_SYS} \
32 --target=${TARGET_SYS} \ 30 --target=${TARGET_SYS} \
@@ -41,13 +39,13 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
41 --localstatedir=${localstatedir} \ 39 --localstatedir=${localstatedir} \
42 --libdir=${libdir} \ 40 --libdir=${libdir} \
43 --includedir=${includedir} \ 41 --includedir=${includedir} \
44 --oldincludedir=${oldincludedir} \
45 --infodir=${infodir} \ 42 --infodir=${infodir} \
46 --mandir=${mandir} \ 43 --mandir=${mandir} \
44 --srcdir=${S} \
47 " 45 "
48 46
49do_configure () { 47do_configure () {
50 ${S}/configure ${CONFIGUREOPTS} ${EXTRA_OECONF} 48 ${S}/configure ${CONFIGUREOPTS}
51} 49}
52 50
53do_install () { 51do_install () {