Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>

base/ifhp:
-strict aliasing (default) breaks ifhp with gcc33


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1216 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
5a3b72aec6
2 changed files with 9 additions and 2 deletions
  1. +5
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -2
      package/base/ifhp/ifhp.conf

+ 5
- 0
Documentation/Developers/CHANGELOG-RENE

@ -2,6 +2,11 @@
*) 2003-08-27 (2.0.0-rc1 - 2.0.0-rc2)
- Juergen Sawinski: bison and coda (yacc C++ fix) and added fmnewpackage.sh
- Alejandro Mery: gcc's protectors new location
versioning xjdic23 and fixed bogofilter/sourceforge's [D]
misc updates and fixes
- Stefan Paletta: misc/archive/hello.cs
- Juergen Sawinski: isdn4k-utils and ifhp for e.g. gcc33
*) 2003-08-26 (2.0.0-rc1 - 2.0.0-rc2)

+ 4
- 2
package/base/ifhp/ifhp.conf

@ -29,6 +29,8 @@ ifhp_preconf() {
chmod +x $builddir/dummy_gs/gs
PATH="$PATH:$builddir/dummy_gs"
}
preconf="ifhp_preconf"
confopt="$confopt --disable-gscheck"
hook_add preconf 3 "ifhp_preconf"
var_append confopt " " "--disable-gscheck"
var_append CC_WRAPPER_APPEND " " "-fno-strict-aliasing"

Loading…
Cancel
Save