diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ca26232666..c5170bd62f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-17 18:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/linux/global.cf + ! Fixed HB_USER_CFLAGS -> HB_CFLAGS. + 2009-08-17 17:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/filestat.c ! OS_UNIX_COMPATIBLE -> HB_OS_UNIX diff --git a/harbour/config/linux/global.cf b/harbour/config/linux/global.cf index 00e16d59f2..cf71d0ca29 100644 --- a/harbour/config/linux/global.cf +++ b/harbour/config/linux/global.cf @@ -15,7 +15,7 @@ ifeq ($(HB_SHELL),sh) # TODO: Make this complete: # || ( $( "*[ix]*86" ) && $( "*[ix]*86[^0-9]*" ) ) ifneq ($(findstring $(_UNAME_M),@64 _64 x86_64),) - HB_USER_CFLAGS += -fPIC + HB_CFLAGS += -fPIC endif endif endif