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
@ -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)
@ -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"