From 2a0415b45e5bd8353204138fa36c5843904f8f23 Mon Sep 17 00:00:00 2001 From: nork Date: Sun, 28 Dec 2003 05:32:26 +0000 Subject: Update a message if you don't enable libmap.conf(5) feature. Asked by: Mike Harding --- www/linuxpluginwrapper/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www') diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index a1bc13592072..3121f4d41ba3 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -57,6 +57,12 @@ CFLAGS+= -DDEBUG=1 pre-everything:: @if ! ${GREP} libmap.conf ${RTLD} > /dev/null 2>&1; then \ ${ECHO_MSG} 'Please enable libmap.conf(5) feature for rtld(1).'; \ + ${ECHO_MSG} '4-stable user:'; \ + ${ECHO_MSG} ' You can get a following patch.'; \ + ${ECHO_MSG} ' http://people.FreeBSD.org/~nork/libmap_4stable.diff'; \ + ${ECHO_MSG} ' Please apply on /usr/src and make install on /usr/src/libexec/rtld-elf.'; \ + ${ECHO_MSG} '5.1-RELEASE user:'; \ + ${ECHO_MSG} ' Please see /usr/src/libexec/rtld-elf/Makefile.'; \ ${FALSE}; \ fi .endif -- cgit