[Pkg-samba-maint] Bug#496880: samba: FTBFS on GNU/kFreeBSD (cifs.upcall is linux specific)

Petr Salinger Petr.Salinger at seznam.cz
Thu Aug 28 08:25:45 UTC 2008


Package: samba
Severity: important
Version: 2:3.2.3-1
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak to debian/rules, see bellow.

Thanks in advance

                         Petr


--- debian/rules~       2008-08-28 10:00:55.000000000 +0000
+++ debian/rules        2008-08-28 10:00:55.000000000 +0000
@@ -135,7 +135,9 @@

         # doesn't belong in /sbin; will be fixed upstream, in the meantime
         # install it in the right place so that we're future-proofed
+ifeq ($(mount_cifs),yes)
         mv $(DESTDIR)/sbin/cifs.upcall $(DESTDIR)/usr/sbin/cifs.upcall
+endif

         # Starting with Samba 3.0.6 libsmbclient.so is installed in
         # /usr/lib/samba. We don't want it there since it is not in the






More information about the Pkg-samba-maint mailing list