Merge pull request #190 from lailton/master

2019-03-27 18:27 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
  * config/android/libs.mk
  * utils/hbmk2/hbmk2.prg
    ! fixed a link error for Android. added lib log
This commit is contained in:
alcz
2019-03-27 23:11:28 +01:00
committed by GitHub
3 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,11 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */
2019-03-27 18:27 UTC-0300 Lailton Fernando Mariano (lailton/at/harbour.com.br)
* config/android/libs.mk
* utils/hbmk2/hbmk2.prg
! fixed a link error for Android. added lib log
2019-03-19 18:12 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* config/win/global.mk
* utils/hbmk2/hbmk2.prg

View File

@@ -1,3 +1,4 @@
include $(TOP)$(ROOT)config/linux/libs.mk
SYSLIBS := $(filter-out rt pthread, $(SYSLIBS))
SYSLIBS += log

View File

@@ -4245,6 +4245,7 @@ STATIC FUNCTION __hbmk( aArgs, nArgTarget, nLevel, /* @ */ lPause, /* @ */ lExit
AAdd( l_aLIBSYS, "rt" )
CASE hbmk[ _HBMK_cPLAT ] == "android"
AAdd( l_aLIBSYS, "dl" )
AAdd( l_aLIBSYS, "log" )
CASE hbmk[ _HBMK_cPLAT ] == "sunos"
AAdd( l_aLIBSYS, "rt" )
AAdd( l_aLIBSYS, "socket" )