From 7b2290f4bae94cfda493cc55ed6b09d251bda04d Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 2 Sep 2009 19:40:28 +0000 Subject: [PATCH] 2009-09-02 21:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/mpkg_deb.sh + added hbnetio to DEB packages --- harbour/ChangeLog | 4 ++++ harbour/mpkg_deb.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bfc60d95d4..bf09aae2b8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-02 21:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/mpkg_deb.sh + + added hbnetio to DEB packages + 2009-09-02 19:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/common/hbver.c ! added additional hack for conditional code used for Windows detection diff --git a/harbour/mpkg_deb.sh b/harbour/mpkg_deb.sh index 3302b457bc..cde00692b8 100755 --- a/harbour/mpkg_deb.sh +++ b/harbour/mpkg_deb.sh @@ -56,7 +56,7 @@ then export HB_INC_X11=no fi -export HB_CONTRIBLIBS="hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc hbmzip hbnf hbsqlit3 hbtip hbtpathy hbvpdf hbziparc xhb" +export HB_CONTRIBLIBS="hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc hbmzip hbnetio hbnf hbsqlit3 hbtip hbtpathy hbvpdf hbziparc xhb" if [ ! -f "/usr/include/hpdf.h" ] && \ [ ! -f "/usr/local/include/hpdf.h" ]