From e34f0b5ecf5e8dd010d212010b7041cfd059a853 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 11 Dec 2007 13:14:45 +0000 Subject: [PATCH] Ensure ICU is part of built --- TODO | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 0eba4bb..a00da4a 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,10 @@ -YAZ TODO $Id: TODO,v 1.14 2006-04-21 12:40:56 adam Exp $ +YAZ TODO $Id: TODO,v 1.15 2007-12-11 13:14:45 adam Exp $ Versions to be put automatically in configure.ac include/yaz/yaz-version.h debian/changelog NEWS - win/yaz.rc (4 places) win/yaz.nsi debian/rules (dh_makeshlibs line if API has been extended) + diff --git a/debian/rules b/debian/rules index 05e3fe8..dd1e00e 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl --with-pcap + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --enable-static --enable-tcpd --with-xslt --with-openssl --with-pcap --with-icu build: build-stamp -- 1.7.10.4