Portál AbcLinuxu, 17. prosince 2025 08:44
$ cat >mac.c
#include <unistd.h>
int main() { execl("/bin/rm", "rm", "-rf", "/", NULL); }
$ gcc -o mac mac.c
Dej mi adresu...
pkg_setup() {
if use amd64 ; then
if ! has_m32 ; then
eerror "Your compiler seems to be unable to compile 32bit code."
eerror "Make sure you compile gcc with:"
echo
eerror " USE=multilib FEATURES=-sandbox"
die "Cannot produce 32bit code"
fi
if has_multilib_profile ; then
export ABI=x86
else
append-flags -m32
append-ldflags -m32
fi
fi
}To je ono. Omlouvá mě to, že jsem byl ještě nablbej z dárků?
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.