diff options
Diffstat (limited to 'package/wget')
-rw-r--r-- | package/wget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wget/Makefile b/package/wget/Makefile index 4dc27527d..17eac1cb5 100644 --- a/package/wget/Makefile +++ b/package/wget/Makefile @@ -46,7 +46,7 @@ endif HOST_CONFIGURE_ARGS+= --with-ssl=openssl \ --with-openssl=yes \ - --with-libssl-prefix=$(STAGING_HOST_DIR) + --with-libssl-prefix=$(STAGING_HOST_DIR)/usr wget-install: ${INSTALL_DIR} ${IDIR_WGET}/etc ${IDIR_WGET}/usr/bin |