summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index f9a32a99a4..f5489c692a 100644
--- a/meta-networking/recipes-protocols/quagga/quagga.inc
+++ b/meta-networking/recipes-protocols/quagga/quagga.inc
@@ -30,6 +30,9 @@ SRC_URI = "http://download.savannah.gnu.org/releases/quagga${QUAGGASUBDIR}/quagg
30 file://watchquagga.default \ 30 file://watchquagga.default \
31 file://volatiles.03_quagga" 31 file://volatiles.03_quagga"
32 32
33PACKAGECONFIG ??= ""
34PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap"
35
33inherit autotools update-rc.d useradd 36inherit autotools update-rc.d useradd
34 37
35EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \ 38EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \