From c48dc3907441c302729ea8c2a049f78393b59e74 Mon Sep 17 00:00:00 2001 From: jeh Date: Fri, 21 Nov 2003 00:59:01 +0000 Subject: scponly dist includes a script which setup chroot cage, which depends a location of run-time link-editor. Since FreeBSD has dynamic root capability from __FreeBSD_version == 501105, we should add new location to unbreak the script. PR: 59511 Submintted by: MAINTAINER --- shells/scponly/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shells/scponly/Makefile') diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index 95b9acfe166c..619d8bcc0725 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -65,6 +65,10 @@ PLIST_SUB+= SCPONLY_CHROOT="@comment " .include +.if ${OSVERSION} >= 501105 && exists(/libexec/ld-elf.so.1) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-aa +.endif + .if defined(WITHOUT_SCPONLY_WILDCARDS) CONFIGURE_ARGS+=--disable-wildcards .endif -- cgit