2.3.90-26
This commit is contained in:
parent
e1fb04fe06
commit
813f76e2aa
@ -242,6 +242,12 @@ package or when debugging this package.
|
||||
%endif
|
||||
|
||||
# Hack till glibc-kernheaders get updated, argh
|
||||
mkdir linux
|
||||
cat > linux/version.h <<EOF
|
||||
#define UTS_RELEASE "2.6.9"
|
||||
#define LINUX_VERSION_CODE 132617
|
||||
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
||||
EOF
|
||||
mkdir asm
|
||||
cat > asm/unistd.h <<EOF
|
||||
#ifndef _HACK_ASM_UNISTD_H
|
||||
|
Loading…
Reference in New Issue
Block a user