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