[Glibc-bsd-commits] r5558 - in trunk/freebsd-smbfs/debian: . patches
stevenc-guest at alioth.debian.org
stevenc-guest at alioth.debian.org
Sat Sep 20 21:16:31 UTC 2014
Author: stevenc-guest
Date: 2014-09-20 21:16:31 +0000 (Sat, 20 Sep 2014)
New Revision: 5558
Modified:
trunk/freebsd-smbfs/debian/changelog
trunk/freebsd-smbfs/debian/patches/makefile.diff
Log:
drop unnecessary -ldl from mount_smbfs also
Modified: trunk/freebsd-smbfs/debian/changelog
===================================================================
--- trunk/freebsd-smbfs/debian/changelog 2014-09-20 21:05:04 UTC (rev 5557)
+++ trunk/freebsd-smbfs/debian/changelog 2014-09-20 21:16:31 UTC (rev 5558)
@@ -4,7 +4,7 @@
* New upstream snapshot of 10.1-PRERELEASE
* Build-Depends on current kfreebsd-kernel-headers
* Remove patch smbutil.diff applied upstream:
- * makefile.dif: refresh patch, drop unnecessary -ldl from libsmb
+ * makefile.dif: refresh patch, drop unnecessary -ldl
* strings.diff: new patch; fix implicit declaration of strcmp due to
possible typo
Modified: trunk/freebsd-smbfs/debian/patches/makefile.diff
===================================================================
--- trunk/freebsd-smbfs/debian/patches/makefile.diff 2014-09-20 21:05:04 UTC (rev 5557)
+++ trunk/freebsd-smbfs/debian/patches/makefile.diff 2014-09-20 21:16:31 UTC (rev 5558)
@@ -11,12 +11,8 @@
--- a/usr.sbin/mount_smbfs/Makefile
+++ b/usr.sbin/mount_smbfs/Makefile
-@@ -8,9 +8,11 @@
- CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
- CFLAGS+= -DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include
-
--LDADD= -lsmb -lkiconv
-+LDADD= -lsmb -lkiconv -ldl
+@@ -11,6 +11,8 @@
+ LDADD= -lsmb -lkiconv
DPADD= ${LIBSMB} ${LIBKICONV}
+LDADD+= -L../../lib/libsmb
More information about the Glibc-bsd-commits
mailing list