diff options
Diffstat (limited to 'meta/recipes-extended/wget/wget.inc')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 02ea2b8554..96d49a56d2 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -8,7 +8,7 @@ INC_PR = "r13" | |||
8 | 8 | ||
9 | inherit autotools gettext update-alternatives | 9 | inherit autotools gettext update-alternatives |
10 | 10 | ||
11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl" | 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl --disable-rpath" |
12 | 12 | ||
13 | do_install_append () { | 13 | do_install_append () { |
14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} | 14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} |