Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
f9803f6b58
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      package/stefanp/gnucash/gnucash.conf

+ 5
- 1
package/stefanp/gnucash/gnucash.conf

@ -20,8 +20,12 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/*/*/gnome-14.conf
var_append confopt ' ' '--disable-prefer-db1'
[ -f $root/var/adm/packages/openhbci ] && var_append confopt ' ' '--enable-hbci'
# when building with -O1, gcc thinks that a variable
# might be used uninitialised, which triggers a warning
var_append GCC_WRAPPER_REMOVE " " "-Werror"

Loading…
Cancel
Save