diff options
-rw-r--r-- | meta-oe/recipes-extended/lprng/lprng_3.8.C.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb index 5d5453ca18..c1a8aadff8 100644 --- a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb +++ b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb | |||
@@ -14,7 +14,9 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | |||
14 | 14 | ||
15 | inherit autotools gettext | 15 | inherit autotools gettext |
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost" | 17 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost \ |
18 | CHOWN=${base_bindir}/chown CHGRP=${base_bindir}/chgrp \ | ||
19 | OPENSSL=${bindir}/openssl PRUTIL=${bindir}/pr" | ||
18 | FILES:${PN}-dbg += "${libdir}/lprng/filters/.debug" | 20 | FILES:${PN}-dbg += "${libdir}/lprng/filters/.debug" |
19 | 21 | ||
20 | # configure: WARNING: Program 'clear' is not found. Set environment CLEAR=no if you do not want to use it | 22 | # configure: WARNING: Program 'clear' is not found. Set environment CLEAR=no if you do not want to use it |