build: fix build of userspace modules against old headers from linux-glibc-devel

This commit is contained in:
Jan Engelhardt
2010-03-17 02:10:56 +01:00
parent 7512101bca
commit 749e0b788a
2 changed files with 4 additions and 1 deletions

View File

@@ -34,7 +34,8 @@ AC_CHECK_HEADERS([linux/netfilter/x_tables.h], [],
regular_CFLAGS="-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 \ regular_CFLAGS="-D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 \
-D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations \ -D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations \
-Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \ -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \
-Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\""; -Winline -pipe -DXTABLES_LIBDIR=\\\"\${xtlibdir}\\\" \
-I\${XA_TOPSRCDIR}/include";
# #
# check kernel version # check kernel version

View File

@@ -1,6 +1,8 @@
HEAD HEAD
==== ====
- build: fix build of userspace modules against old (pre-2.6.25)
headers from linux-glibc-devel (/usr/include/linux)
- ipp2p: updated bittorent command recognition - ipp2p: updated bittorent command recognition
- SYSRQ: let module load when crypto is unavailable - SYSRQ: let module load when crypto is unavailable
- SYSRQ: allow processing of UDP-Lite - SYSRQ: allow processing of UDP-Lite