Closes #501356 gnokii: missing unicode support leads to data loss in opensync plugin
Contents from debdiff: ------------------------------- diffstat for gnokii-0.6.26.dfsg gnokii-0.6.26.dfsg changelog | 7 +++++++ rules | 3 +++ 2 files changed, 10 insertions(+) diff -Nru gnokii-0.6.26.dfsg/debian/changelog gnokii-0.6.26.dfsg/debian/changelog --- gnokii-0.6.26.dfsg/debian/changelog 2008-10-07 23:06:02.000000000 +0200 +++ gnokii-0.6.26.dfsg/debian/changelog 2008-10-07 23:06:02.000000000 +0200 @@ -1,3 +1,10 @@ +gnokii (0.6.26.dfsg-3) unstable; urgency=low + + * debian/rules: add build-time iconv support (closes: #501356) + (thanks Michael Banck and Johan Kiviniemi) + + -- Leo Costela <[EMAIL PROTECTED]> Tue, 07 Oct 2008 16:01:44 +0200 + gnokii (0.6.26.dfsg-2) unstable; urgency=low * debian/patches: add xgnokii_desktop.dpatch to change desktop file icon diff -Nru gnokii-0.6.26.dfsg/debian/rules gnokii-0.6.26.dfsg/debian/rules --- gnokii-0.6.26.dfsg/debian/rules 2008-10-07 23:06:02.000000000 +0200 +++ gnokii-0.6.26.dfsg/debian/rules 2008-10-07 23:06:02.000000000 +0200 @@ -7,6 +7,9 @@ CFLAGS = -Wall -g #LDFLAGS = -Wl,--as-needed,-z,defs +# Workaround for #501356 (thanks Michael Banck and Johan Kiviniemi) +CFLAGS += -DHAVE_ICONV=1 -DICONV_CONST= + ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else ------------------------------- Cheers -- Leo "costela" Antunes [insert a witty retort here]
signature.asc
Description: OpenPGP digital signature