Skip to content

Commit 79c1e6c

Browse files
committed
Fix
1 parent cccf4cd commit 79c1e6c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: xslt
2-
Version: 1.5.0
2+
Version: 1.5.1
33
Title: Extensible Style-Sheet Language Transformations
44
Description: An extension for the 'xml2' package to transform XML documents
55
by applying an 'xslt' style-sheet.

‎NEWS‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.5.1
2+
- Small fix for compat with new xml2
3+
14
1.5.0
25
- Windows: build with libxslt from Rtools if found
36

‎src/Makevars.in‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PKG_CPPFLAGS=@cflags@ -DSTRICT_R_HEADERS
1+
PKG_CPPFLAGS=@cflags@ -DSTRICT_R_HEADERS -DSTRICT_R_HEADERS -DR_NO_REMAP
22
PKG_LIBS=@libs@
33

44
all: clean

‎src/Makevars.win‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PKG_CONFIG_NAME = libexslt
22
PKG_CONFIG ?= $(BINPREF)pkg-config
33
PKG_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

66
ifneq ($(PKG_LIBS),)
77
$(info using $(PKG_CONFIG_NAME) from Rtools)

0 commit comments

Comments
 (0)