--- /usr/portage/dev-lang/pike/pike-7.6.24.ebuild 2006-01-04 01:35:43.000000000 +0100 +++ pike-7.6.24-r1.ebuild 2006-01-13 23:49:45.000000000 +0100 @@ -34,6 +34,8 @@ local myconf="" # ffmpeg is broken atm #110136 myconf="${myconf} --without-_Ffmpeg" + # bundles break RUNPATH + myconf="${myconf} --without-bundles" # on hardened, disable runtime-generated code # otherwise let configure work it out for itself use hardened && myconf="${myconf} --without-machine-code"