package vmime: explicit options for iconv/icu choice

It should be easy for MXE users to choose between iconv and icu
by adjusting these options and the dependency list in vmime.mk.
pull/272/merge
Mark Brand 11 years ago
parent ddbdc864cd
commit e02861d22e

@ -30,6 +30,8 @@ define $(PKG)_BUILD
-DVMIME_BUILD_DOCUMENTATION=OFF \
-DCMAKE_MODULE_PATH='$(1)/cmake' \
-DICU_LIBRARIES="`'$(TARGET)-pkg-config' --libs-only-l icu-i18n`" \
-DVMIME_CHARSETCONV_LIB_IS_ICONV=ON \
-DVMIME_CHARSETCONV_LIB_IS_ICU=OFF \
.
$(MAKE) -C '$(1)' -j '$(JOBS)'

Loading…
Cancel
Save