From f7c43788295b129237cd017bdf4703cd98563aee Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 17 Jul 2011 23:42:25 +0000 Subject: [PATCH] 2011-07-18 01:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * debian/rules - disabled contrib dynlibs. [TOMERGE 3.0] --- harbour/ChangeLog | 4 ++++ harbour/debian/rules | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 10d64ed51d..e4aa587814 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-07-18 01:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * debian/rules + - disabled contrib dynlibs. [TOMERGE 3.0] + 2011-07-17 22:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/harbour.hbx * updated diff --git a/harbour/debian/rules b/harbour/debian/rules index 1519cf17ba..e2d788681a 100755 --- a/harbour/debian/rules +++ b/harbour/debian/rules @@ -28,7 +28,6 @@ endif export HB_SYSLOC := yes export HB_BUILD_PKG := no export HB_BUILD_SHARED := yes -export HB_BUILD_CONTRIB_DYN := yes export HB_BUILD_DEBUG := yes ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) export HB_BUILD_OPTIM := no