From c863d22d2f72bd6303775cd60de8b03911a976b4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:47 +0100 Subject: [PATCH] samba: add autoreconf support Signed-off-by: Stephan Raue --- packages/network/samba/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/network/samba/meta b/packages/network/samba/meta index b89fc76cbe..b4b91f56ed 100644 --- a/packages/network/samba/meta +++ b/packages/network/samba/meta @@ -13,6 +13,8 @@ PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client" PKG_LONGDESC="Samba is a SMB server that runs on Unix and other operating systems. It allows these operating systems (currently Unix, Netware, OS/2 and AmigaDOS) to act as a file and print server for SMB and CIFS clients. There are many Lan-Manager compatible clients such as LanManager for DOS, Windows for Workgroups, Windows NT, Windows 95, Linux smbfs, OS/2, Pathworks and more." PKG_IS_ADDON="no" +PKG_AUTORECONF="no" + if [ "$AVAHI_DAEMON" = yes ]; then PKG_DEPENDS="$PKG_DEPENDS avahi" PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS avahi"