File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Package: xslt
2- Version: 1.5.0
2+ Version: 1.5.1
33Title: Extensible Style-Sheet Language Transformations
44Description: An extension for the 'xml2' package to transform XML documents
55 by applying an 'xslt' style-sheet.
Original file line number Diff line number Diff line change 1+ 1.5.1
2+ - Small fix for compat with new xml2
3+
141.5.0
25 - Windows: build with libxslt from Rtools if found
36
Original file line number Diff line number Diff line change 1- PKG_CPPFLAGS=@cflags@ -DSTRICT_R_HEADERS
1+ PKG_CPPFLAGS=@cflags@ -DSTRICT_R_HEADERS -DSTRICT_R_HEADERS -DR_NO_REMAP
22PKG_LIBS=@libs@
33
44all: clean
Original file line number Diff line number Diff line change 11PKG_CONFIG_NAME = libexslt
22PKG_CONFIG ?= $(BINPREF)pkg-config
33PKG_LIBS := $(shell $(PKG_CONFIG) --libs $(PKG_CONFIG_NAME))
4- STATIC_CFLAGS = -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC -DSTRICT_R_HEADERS
4+ STATIC_CFLAGS = -DLIBXML_STATIC -DLIBXSLT_STATIC -DLIBEXSLT_STATIC -DSTRICT_R_HEADERS -DSTRICT_R_HEADERS -DR_NO_REMAP
55
66ifneq ($(PKG_LIBS),)
77$(info using $(PKG_CONFIG_NAME) from Rtools)
You can’t perform that action at this time.
0 commit comments