summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-11-21 21:16:28 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-11-21 21:34:56 +0100
commit6847368474942642a0669698547f95e41bbfe65c (patch)
tree8011af4e9b07465eea9c7ca14b7f5993df29f499 /cfg.mk
parent435359b570920b5b8b5b529959d39e02df75f491 (diff)
downloadgnutls-6847368474942642a0669698547f95e41bbfe65c.tar.gz
unistring: include only the required categoriestmp-uninorm-remove-unused-categories
In addition fix the license text of the included library.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 4d454bac71..70ae77766f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -87,7 +87,7 @@ bootstrap: autoreconf .submodule.stamp
UNISTRING_MODULES = "unistr/u8-check unistr/u8-to-u16 unistr/u8-to-u32 unistr/u32-to-u8 \
unistr/u16-to-u8 uninorm/nfc uninorm/u8-normalize uninorm/u16-normalize \
- uninorm/u32-normalize unictype/category-all"
+ uninorm/u32-normalize unictype/category-Zs unictype/category-test"
unistringimport:
../gnulib/gnulib-tool --libtool --macro-prefix=unistring --lgpl=3orGPLv2 --dir=. --local-dir=lib/unistring/override --lib=libunistring --without-tests --source-base=lib/unistring --m4-base=lib/unistring/m4 --doc-base=doc --aux-dir=build-aux --import $(UNISTRING_MODULES)