2011-09-15 23:47 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

*  contrib/hbrun/hbrun.hbp
     ! Fixed linking on recent linux distros (i.e. F15) that are using the
       ld DSO linking model which requires specific declaration of objs/libs.
       Added specific declaration on linux of:
         * -lz (conditionated by HB_HAS_ZLIB_LOCAL)
         * -lm
This commit is contained in:
Teo Fonrouge
2011-09-16 04:47:32 +00:00
parent 8009662b26
commit a83ce3b8fe
2 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-09-15 23:47 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* contrib/hbrun/hbrun.hbp
! Fixed linking on recent linux distros (i.e. F15) that are using the
ld DSO linking model which requires specific declaration of objs/libs.
Added specific declaration on linux of:
* -lz (conditionated by HB_HAS_ZLIB_LOCAL)
* -lm
2011-09-13 10:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.*.po
* utils/hbmk2/hbmk2.prg

View File

@@ -2,6 +2,10 @@
# $Id$
#
# Required by some recent Linux distros that are using the DSO linking model
-ldflag{!HB_HAS_ZLIB_LOCAL&linux}=-lz
-ldflag{linux}=-lm
-w3 -es2 -l
-kmo