aboutsummaryrefslogtreecommitdiff
path: root/gnunet-build/packages/libs/libunistring/Buildrules
blob: 1a2943afe75d2c24e893de7b0b9d4532c6d1239a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
VERSION="0.9.3"
DESCRIPTION="This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard."
SOURCE_URI="http://ftpmirror.gnu.org/${NAME}/${NAME}-${VERSION}.tar.gz"
PATCHES="gnulib"
CONFIG_OPTS="
	--disable-threads
	ac_cv_func_uselocale=no
	am_cv_func_iconv=no
	CFLAGS=-Wno-implicit-function-declaration
"

# vim: syntax=sh