xerces-c: forced to use iconv transcoder (FS#889)

This commit is contained in:
Jose V Beneyto 2013-05-15 12:42:39 +02:00
parent a8bbd61d85
commit 376ba5ccc7
2 changed files with 5 additions and 4 deletions

View File

@ -320,8 +320,8 @@ drwxr-xr-x root/root usr/include/xercesc/util/NetAccessors/Curl/
-rw-r--r-- root/root usr/include/xercesc/util/TransENameMap.hpp
-rw-r--r-- root/root usr/include/xercesc/util/TransService.hpp
drwxr-xr-x root/root usr/include/xercesc/util/Transcoders/
drwxr-xr-x root/root usr/include/xercesc/util/Transcoders/IconvGNU/
-rw-r--r-- root/root usr/include/xercesc/util/Transcoders/IconvGNU/IconvGNUTransService.hpp
drwxr-xr-x root/root usr/include/xercesc/util/Transcoders/Iconv/
-rw-r--r-- root/root usr/include/xercesc/util/Transcoders/Iconv/IconvTransService.hpp
-rw-r--r-- root/root usr/include/xercesc/util/TranscodingException.hpp
-rw-r--r-- root/root usr/include/xercesc/util/UTFDataFormatException.hpp
-rw-r--r-- root/root usr/include/xercesc/util/UnexpectedEOFException.hpp

View File

@ -6,14 +6,15 @@
name=xerces-c
version=3.1.1
release=1
release=2
source=(http://www.apache.org/dist/xerces/c/${version%%.*}/sources/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-netaccessor-curl
--enable-netaccessor-curl \
--enable-transcoder-iconv
make -j1
make DESTDIR=$PKG install