diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 691156c8c7..c0f5e806f8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,15 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-16 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/linux1st.txt + + Added some quick openSUSE package requirement information. + + * config/rules.cf + ! Fixed .prg rule to add PRG_USR after the built-in rules, + to allow overriding them. This way it's also in sync with + non-GNU make files. + 2008-08-16 03:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_rpm.sh * harbour.spec diff --git a/harbour/config/rules.cf b/harbour/config/rules.cf index f05459c2de..96e1a0f960 100644 --- a/harbour/config/rules.cf +++ b/harbour/config/rules.cf @@ -77,7 +77,7 @@ endif # Rule to generate a C file from a PRG file. %.c : $(GRANDP)%.prg - $(HB) $? $(PRG_USR) $(HB_FLAGS) + $(HB) $? $(HB_FLAGS) $(PRG_USR) ifeq ($(SHLVL),) # COMMAND.COM # Do nothing. the $(hb_architecture)/global.cf will handle clean up. diff --git a/harbour/doc/linux1st.txt b/harbour/doc/linux1st.txt index 6f69269eb8..163099164f 100644 --- a/harbour/doc/linux1st.txt +++ b/harbour/doc/linux1st.txt @@ -60,6 +60,31 @@ For contrib/hbhpdf lib: Download and './configure', 'make install' libharu from http://libharu.org/ +openSUSE distro +--------------- + +You'll need these packages to compile certain contribs and optional +Harbour modules: +- xorg-x11-devel +- postgresql-devel +- gtk2-devel +- ncurses-devel +- slang-devel +- unixodbc-devel +- gd-devel +- libmysqlclient-devel + +For contrib/rddads lib: +Download and install 'Advantage Client Engine API for Linux' package +(f.e. aceapi-9.00.0.0.tar.gz) + +For contrib/libharu: +- Download and './configure', 'make install' libharu + from http://libharu.org/ +- libpng-devel +- zlib-devel + + Notes by Scott Johnson -------------------------------------------------