aboutsummaryrefslogtreecommitdiff
path: root/www/linuxpluginwrapper
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-12-28 05:32:26 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-12-28 05:32:26 +0000
commite1f2f0c7b9f28da1d4c023df3d6d8adb822499e2 (patch)
tree735475d18549607dfacf5cb3df74a92e8b17b2ac /www/linuxpluginwrapper
parent98b9a7987735a8b1862d5a5da08f595053331e38 (diff)
Notes
Diffstat (limited to 'www/linuxpluginwrapper')
-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