(cleanup) libmicrohttpd: no https. do not depend on libgcrypt

This commit is contained in:
Stefan Saraev 2015-09-20 16:39:24 +03:00 committed by Stephan Raue
parent b1f7cbe66b
commit 1fff0f7e0f

View File

@ -13,7 +13,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>. # along with OpenELEC. If not, see http://www.gnu.org/licenses/>.
################################################################################ ################################################################################
PKG_NAME="libmicrohttpd" PKG_NAME="libmicrohttpd"
@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="LGPLv2.1" PKG_LICENSE="LGPLv2.1"
PKG_SITE="https://www.gnu.org/software/libmicrohttpd/" PKG_SITE="https://www.gnu.org/software/libmicrohttpd/"
PKG_URL="https://ftp.gnu.org/gnu/libmicrohttpd/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://ftp.gnu.org/gnu/libmicrohttpd/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain libgcrypt" PKG_DEPENDS_TARGET="toolchain"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="web" PKG_SECTION="web"
PKG_SHORTDESC="libmicrohttpd: a small webserver C library" PKG_SHORTDESC="libmicrohttpd: a small webserver C library"
@ -35,8 +35,7 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \ --enable-static \
--disable-curl \ --disable-curl \
--disable-https \ --disable-https"
--with-libgcrypt-prefix=$SYSROOT_PREFIX/usr"
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/usr/bin rm -rf $INSTALL/usr/bin