diff options
-rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb index 08d89b8c56..c6e37277e4 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb | |||
@@ -16,7 +16,7 @@ inherit autotools gettext pkgconfig | |||
16 | 16 | ||
17 | acpaths = "-I ./m4" | 17 | acpaths = "-I ./m4" |
18 | 18 | ||
19 | EXTRA_OECONF += "--with-modules" | 19 | EXTRA_OECONF += "--with-modules --disable-rpath" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "openssl zlib gnutls readline expat" | 21 | PACKAGECONFIG ??= "openssl zlib gnutls readline expat" |
22 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | 22 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |