dcmtk: fix 64 bit build

pull/611/head
Martin Lambers 10 years ago
parent e47a4bde7c
commit 4898ca4fb4

@ -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 =

Loading…
Cancel
Save