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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user