aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile6
1 files changed, 6 insertions, 0 deletions
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