dcmtk: fix 64 bit build

This commit is contained in:
Martin Lambers 2015-01-07 15:43:38 +01:00
parent e47a4bde7c
commit 4898ca4fb4
1 changed files with 1 additions and 2 deletions

View File

@ -30,6 +30,7 @@ define $(PKG)_BUILD
--with-zlib \
--without-libwrap \
CXX='$(TARGET)-g++' \
CXXFLAGS="-fpermissive" \
RANLIB='$(TARGET)-ranlib' \
AR='$(TARGET)-ar' \
ARFLAGS=cru \
@ -38,6 +39,4 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' install-lib
endef
$(PKG)_BUILD_x86_64-w64-mingw32 =
$(PKG)_BUILD_SHARED =