Error to build harbour for Android

This commit is contained in:
Lailton
2019-03-27 18:29:07 -03:00
parent f877a9918c
commit f96fbe6cbc
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" )