summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_smbfs
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-11-09 14:48:50 +0000
committerglebius <glebius@FreeBSD.org>2013-11-09 14:48:50 +0000
commit2967834945de3115e1520fa63e5136fa7579df3e (patch)
tree9cf332a0aa8327e9838b6dccc4cd8c079ec63144 /usr.sbin/mount_smbfs
parentc6b475170ce826cc05affea7ff0cb9bab915502f (diff)
downloadFreeBSD-src-2967834945de3115e1520fa63e5136fa7579df3e.zip
FreeBSD-src-2967834945de3115e1520fa63e5136fa7579df3e.tar.gz
Use system libiconv, instead of trying to dlopen() it.
PR: 183153 Submitted by: Dominic Fandrey <kamikaze bsdforen.de>
Diffstat (limited to 'usr.sbin/mount_smbfs')
-rw-r--r--usr.sbin/mount_smbfs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/mount_smbfs/Makefile b/usr.sbin/mount_smbfs/Makefile
index 9b73944..bbc084f 100644
--- a/usr.sbin/mount_smbfs/Makefile
+++ b/usr.sbin/mount_smbfs/Makefile
@@ -11,11 +11,6 @@ CFLAGS+= -DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include
LDADD= -lsmb -lkiconv
DPADD= ${LIBSMB} ${LIBKICONV}
-# Needs to be dynamically linked for optional dlopen() access to
-# userland libiconv (see the -E option).
-#
-NO_SHARED?= NO
-
.PATH: ${CONTRIBDIR}/mount_smbfs
.PATH: ${MOUNTDIR}
OpenPOWER on IntegriCloud