Skip to content

Commit

Permalink
(cleanup) libmicrohttpd: no https. do not depend on libgcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaraev authored and sraue committed Sep 20, 2015
1 parent b1f7cbe commit 1fff0f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/web/libmicrohttpd/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# GNU General Public License for more details.
#
# 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/>.

This comment has been minimized.

Copy link
@vpeter4

vpeter4 Sep 21, 2015

Contributor

Removing < is probably typo.
Or > should be removed too.

################################################################################

PKG_NAME="libmicrohttpd"
Expand All @@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="LGPLv2.1"
PKG_SITE="https://www.gnu.org/software/libmicrohttpd/"
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_SECTION="web"
PKG_SHORTDESC="libmicrohttpd: a small webserver C library"
Expand All @@ -35,8 +35,7 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--disable-curl \
--disable-https \
--with-libgcrypt-prefix=$SYSROOT_PREFIX/usr"
--disable-https"

post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
Expand Down

0 comments on commit 1fff0f7

Please sign in to comment.