diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-14 18:50:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-14 18:50:26 +0000 |
commit | 4dae6dc53d731bb48970de5016152f3fb08e7432 (patch) | |
tree | 337bd763e7230bf7f0ecbbecf9b472a469a98e8f /devel/linux_kdump/Makefile | |
parent | mail/dovecot2-pigeonhole: lib-sieve: Fixed handling of an early explicit keep... (diff) |
Mark broken.
kdump.o: In function `ktrsyscall':
kdump.c:(.text+0x5ee): undefined reference to `ioctlname'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Diffstat (limited to '')
-rw-r--r-- | devel/linux_kdump/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index f42e1639de60..5b56d9c3a457 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -12,6 +12,8 @@ COMMENT= Linux-compatibility ktrace.out processor BUILD_DEPENDS= ${RUN_DEPENDS} # USE_LINUX only sets RUN_DEPENDS +BROKEN= does not build, try base system kdump(1) instead + USES= linux uidfix USE_LINUX= devtools |