/usr/src/openswan-2.6.38/packaging/defaults/debian is in openswan-modules-dkms 1:2.6.38-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # set this to space where a linked/configured tree can be created by
# preprhkern4module. Only needed if you are going to be created RPMs
# outside of a distribution (as the FS team does for RedHat).
#RH_KERNELSRC_POOL=/c2/openswan/rh_kern
KLIPSSRC=${OPENSWANSRCDIR}/linux/net/ipsec
# the following is a list of symbols which will be used to construct
# the module goo to identify which module goes with each kernel.
MODULE_GOO_LIST=irq_stat netif_rx register_sysctl_table send_sig
MODULE_GOO_LIST+=kmalloc __kfree_skb __ip_select_ident alloc_skb
MODULE_GOO_LIST+=icmp_send ip_fragment sock_register
MODULE_DEF_INCLUDE=${OPENSWANSRCDIR}/packaging/linus/config-all.h
MODULE_DEFCONFIG?=${KLIPSSRC}/defconfig
MODBUILDDIR?=${OPENSWANSRCDIR}/modobj
MOD26BUILDDIR?=${OPENSWANSRCDIR}/modobj26
MODULE_FLAGS:=KLIPSMODULE=true -f ${MODULE_DEFCONFIG}
PORTINCLUDE+=-I${OPENSWANSRCDIR}/ports/linux/include
PORTDEFINE=-DKLIPS -DSCANDIR_HAS_CONST
TCLLIB=-ltcl8.4
TCLINC=-isystem /usr/include/tcl8.4
# include KLIPS support
USE_KLIPS?=true
# build modules, etc. for KLIPS.
BUILD_KLIPS?=true
# ISC code should use unix definitions.
ISCARCH=unix
ISCHOSTARCH=unix
|