summaryrefslogtreecommitdiffstats
path: root/src/dcmtk.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-16 16:17:08 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-16 16:17:08 (GMT)
commit9b5f1a29b7ec262f0706502035c0012bc9140851 (patch)
tree4b35ea179e6236fef4e4446b154b4150073d0956 /src/dcmtk.mk
parentef8605acc2d0212d080f5822ac18111266c0869e (diff)
downloadmxe-9b5f1a29b7ec262f0706502035c0012bc9140851.zip
mxe-9b5f1a29b7ec262f0706502035c0012bc9140851.tar.gz
mxe-9b5f1a29b7ec262f0706502035c0012bc9140851.tar.bz2
fix ./configure options of package dcmtk
Diffstat (limited to 'src/dcmtk.mk')
-rw-r--r--src/dcmtk.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dcmtk.mk b/src/dcmtk.mk
index 4dfd16f..a08b77f 100644
--- a/src/dcmtk.mk
+++ b/src/dcmtk.mk
@@ -26,12 +26,13 @@ define $(PKG)_BUILD
--with-libtiff \
--with-libpng \
--with-libxml \
- --with-libxmlinc='$(PREFIX)/$(TARGET)/include/libxml2' \
+ --with-libxmlinc='$(PREFIX)/$(TARGET)' \
--with-zlib \
--without-libwrap \
CXX='$(TARGET)-g++' \
RANLIB='$(TARGET)-ranlib' \
AR='$(TARGET)-ar' \
- ARFLAGS=cru
+ ARFLAGS=cru \
+ ac_cv_my_c_rightshift_unsigned=no
$(MAKE) -C '$(1)' -j '$(JOBS)' install-lib
endef