[Glibc-bsd-commits] r3847 - trunk/freebsd-smbfs/debian/patches

Robert Millan rmh at alioth.debian.org
Sat Nov 12 00:39:38 UTC 2011


Author: rmh
Date: 2011-11-12 00:39:38 +0000 (Sat, 12 Nov 2011)
New Revision: 3847

Modified:
   trunk/freebsd-smbfs/debian/patches/makefile.diff
Log:
libsmb is built with -ldl

Modified: trunk/freebsd-smbfs/debian/patches/makefile.diff
===================================================================
--- trunk/freebsd-smbfs/debian/patches/makefile.diff	2011-11-12 00:39:20 UTC (rev 3846)
+++ trunk/freebsd-smbfs/debian/patches/makefile.diff	2011-11-12 00:39:38 UTC (rev 3847)
@@ -24,3 +24,14 @@
  # Needs to be dynamically linked for optional dlopen() access to
  # userland libiconv (see the -E option).
  #
+--- a/lib/libsmb/Makefile
++++ b/lib/libsmb/Makefile
+@@ -6,7 +6,7 @@
+ LIB=	smb
+ SHLIB_MAJOR=	4
+ DPADD=	${LIBKICONV}
+-LDADD=	-lkiconv
++LDADD=	-lkiconv -ldl
+ 
+ SRCS=	rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
+ 	print.c \




More information about the Glibc-bsd-commits mailing list