From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] samba: Updated makefile Date: Fri, 09 Sep 2016 11:02:40 +0000 Message-ID: <1473418960-4036-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3103417155662267281==" List-Id: --===============3103417155662267281== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit samba 4.5.0 now builds with cups and tdb. Signed-off-by: Alexander Marx diff --git a/samba/samba.nm b/samba/samba.nm index 5f033b8..9744e6c 100644 --- a/samba/samba.nm +++ b/samba/samba.nm @@ -5,7 +5,7 @@ name = samba version = 4.5.0 -release = 1 +release = 2 groups = Networking/Daemons url = http://www.samba.org/ @@ -35,12 +35,13 @@ build autoconf automake avahi-devel - #cups-devel + cups-devel >= 2.1.4 gettext gnutls-devel ncurses-devel libacl-devel libcap-devel + libtdb-devel >=1.3.11 openldap-devel openssl-devel pam-devel @@ -82,6 +83,7 @@ end quality-agent whitelist_rpath %{libdir}/samba + %{libdir}/tdb end end -- 2.6.3 --===============3103417155662267281==--