• 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/xerces/xerces.mk
Alexandre BelloniAlexandre Belloni committed 8dfd59d114406 Jun 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# xerces
4
#
5
################################################################################
6
​
7
XERCES_VERSION = 3.1.1
8
XERCES_SOURCE = xerces-c-$(XERCES_VERSION).tar.gz
9
XERCES_SITE = http://archive.apache.org/dist/xerces/c/3/sources/
10
XERCES_MAKE = $(MAKE1)
11
XERCES_INSTALL_STAGING = YES
12
XERCES_CONF_OPT = --disable-threads \
13
          --with-gnu-ld
14
​
15
ifeq ($(BR2_PACKAGE_LIBICONV),y)
16
XERCES_CONF_ENV += LIBS=-liconv
17
XERCES_DEPENDENCIES += libiconv
18
endif
19
​
20
ifeq ($(BR2_PACKAGE_LIBCURL),y)
21
XERCES_CONF_OPT += --enable-netaccessor-curl
22
XERCES_DEPENDENCIES += libcurl
23
else
24
XERCES_CONF_OPT += --disable-network
25
endif
26
​
27
$(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.