diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-07 20:33:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-09-07 20:33:20 +0000 |
commit | 1bd961bea35616a73e61541bc2abc8fa2b5c6013 (patch) | |
tree | 083a1d0432a5a0c7a87db3ebe453dbc6f4ac7a29 /sysutils/ipmi-kmod | |
parent | 0df33da9cce737f8e229ae6fd0638cb6bd8837e8 (diff) |
Notes
Diffstat (limited to 'sysutils/ipmi-kmod')
-rw-r--r-- | sysutils/ipmi-kmod/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/ipmi-kmod/Makefile b/sysutils/ipmi-kmod/Makefile index 55756a323ea4..87024b9cc57b 100644 --- a/sysutils/ipmi-kmod/Makefile +++ b/sysutils/ipmi-kmod/Makefile @@ -7,6 +7,7 @@ PORTNAME= ipmi-kmod PORTVERSION= 20060418 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://dpw.threerings.net/projects/ipmi-kmod/ @@ -28,6 +29,12 @@ KMODDIR= /boot/modules ONLY_FOR_ARCHS= i386 amd64 +# Don't strip module on amd64 systems to prevent segmentation faults when +# running kldxref +.if ${ARCH} == "amd64" +STRIP= +.endif + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif |