libroxml.mk 642 B

12345678910111213141516171819
  1. ################################################################################
  2. #
  3. # libroxml
  4. #
  5. ################################################################################
  6. LIBROXML_VERSION = 3.0.2
  7. LIBROXML_SITE = http://download.libroxml.net/pool/v3.x
  8. LIBROXML_INSTALL_STAGING = YES
  9. LIBROXML_LICENSE = LGPL-2.1+ with static link exception
  10. LIBROXML_LICENSE_FILES = License.txt
  11. LIBROXML_CONF_OPTS = --disable-silent-rules
  12. # libroxml forgets to compile/link with -pthread, even though it uses
  13. # thread functions breaking static linking
  14. LIBROXML_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -pthread" LIBS="-pthread"
  15. $(eval $(autotools-package))