diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7f59adb9dc..3ec8cd0f4f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-02 20:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * harbour.spec + ! Modified this line: + %define hb_lflag export HB_USER_LDFLAGS="${CC_HB_USER_LDFLAGS} %{?_with_static:-static}" + to this: + %define hb_lflag export HB_USER_LDFLAGS= + _with_static is later converted to HB_BUILD_SHARED setting which is right. + * Formatting. + 2010-01-02 18:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk % Applied little optimization from Tamas Tevesz. diff --git a/harbour/harbour.spec b/harbour/harbour.spec index eaf7e5dc87..73a7f1f8b6 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -54,7 +54,7 @@ %define hb_plat export HB_PLATFORM=linux %define hb_cc export HB_COMPILER=gcc %define hb_cflag export HB_USER_CFLAGS= -%define hb_lflag export HB_USER_LDFLAGS="${CC_HB_USER_LDFLAGS} %{?_with_static:-static}" +%define hb_lflag export HB_USER_LDFLAGS= %define hb_gpm export HB_WITH_GPM=%{!?_without_gpm:yes}%{?_without_gpm:no} %define hb_crs export HB_WITH_CURSES=%{!?_without_curses:yes}%{?_without_curses:no} %define hb_sln export HB_WITH_SLANG=%{!?_without_slang:yes}%{?_without_slang:no} @@ -726,7 +726,7 @@ rm -rf $RPM_BUILD_ROOT %{?_with_qt:%{_libdir}/%{name}/libhbqtnetwork.a} %{?_with_qt:%{_libdir}/%{name}/libhbxbp.a} -#################################################################### +###################################################################### ## Spec file Changelog. ######################################################################