Browse Source

fixed coda build

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2132 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
8a7eebbff4
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      package/rene/coda/coda.conf

+ 5
- 1
package/rene/coda/coda.conf

@ -32,7 +32,11 @@ code_pc(){
if [[ $xsrctar = *coda* ]] ; then
yacc -d coda-src/asr/resolver_parser.y \
-o coda-src/asr/resolver_parser.c
var_append makeinstopt "client-install server-install"
# we can not pass CC and CXX to make (and we do not need to)
# since the coda Makefile.setup will not overwrite it with
# the correct -fno-operator-names ... - Rene
makeopt="all"
makeinstopt="client-install server-install"
fi
}

Loading…
Cancel
Save