• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libsoup/libsoup.mk
Gustavo ZacariasGustavo Zacarias committed 79ce08bbdc319 Apr 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libsoup
4
#
5
################################################################################
6
​
7
LIBSOUP_VERSION_MAJOR = 2.48
8
LIBSOUP_VERSION = $(LIBSOUP_VERSION_MAJOR).0
9
LIBSOUP_SOURCE = libsoup-$(LIBSOUP_VERSION).tar.xz
10
LIBSOUP_SITE = http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_VERSION_MAJOR)
11
LIBSOUP_LICENSE = LGPLv2+
12
LIBSOUP_LICENSE_FILES = COPYING
13
LIBSOUP_INSTALL_STAGING = YES
14
LIBSOUP_CONF_ENV = ac_cv_path_GLIB_GENMARSHAL=$(LIBGLIB2_HOST_BINARY)
15
LIBSOUP_CONF_OPTS = --disable-glibtest
16
LIBSOUP_DEPENDENCIES = host-pkgconf host-libglib2 \
17
    libglib2 libxml2 sqlite host-intltool
18
​
19
ifeq ($(BR2_PACKAGE_LIBSOUP_GNOME),y)
20
LIBSOUP_CONF_OPTS += --with-gnome
21
else
22
LIBSOUP_CONF_OPTS += --without-gnome
23
endif
24
​
25
ifeq ($(BR2_PACKAGE_LIBSOUP_SSL),y)
26
LIBSOUP_DEPENDENCIES += glib-networking
27
else
28
LIBSOUP_CONF_OPTS += --disable-tls-check
29
endif
30
​
31
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.