diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 00:38:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 00:38:14 +0100 |
commit | 42675af37cb5ce735452311734cc5b88a66d6d9d (patch) | |
tree | 4f15a6802d057cc685be2013d123006bcc1f6236 /package/wput | |
parent | d7beb20d0835c81f05d51978497b1d756ca640a9 (diff) |
complete allmodconfig build on NetBSD
Diffstat (limited to 'package/wput')
-rw-r--r-- | package/wput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/wput/Makefile b/package/wput/Makefile index 40649b3e4..fd9bc0ce9 100644 --- a/package/wput/Makefile +++ b/package/wput/Makefile @@ -17,7 +17,8 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,WPUT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_ARGS+= --disable-g-switch +CONFIGURE_ARGS+= --disable-g-switch \ + --without-ssl post-install: ${INSTALL_DIR} ${IDIR_WPUT}/usr/bin |