summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb
index 7ad7ddf381..e489287c5a 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb
@@ -64,15 +64,6 @@ PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wra
64PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," 64PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
65PACKAGECONFIG[native] = "--enable-native,--disable-native,," 65PACKAGECONFIG[native] = "--enable-native,--disable-native,,"
66 66
67do_configure:prepend() {
68 olddir=$(pwd)
69 cd ${AUTOTOOLS_SCRIPT_PATH}
70
71 ACLOCAL="$ACLOCAL" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} -I ${S}/m4 || die "extra autoreconf execution failed."
72
73 cd $olddir
74}
75
76do_install:append() { 67do_install:append() {
77 install -d ${D}${sysconfdir}/${BPN} 68 install -d ${D}${sysconfdir}/${BPN}
78 install -d ${D}${sysconfdir}/init.d 69 install -d ${D}${sysconfdir}/init.d