From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:58 +0000 (+0200) Subject: samba: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d604bfdf2eb2a1f594446efb1962ab03f120a37d;p=ipfire-3.x.git samba: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/samba/samba.nm b/pkgs/core/samba/samba.nm index 7e4a41417..d89c7c6e8 100644 --- a/pkgs/core/samba/samba.nm +++ b/pkgs/core/samba/samba.nm @@ -34,8 +34,8 @@ PKG_URL = http://www.samba.org/ PKG_LICENSE = GPLv3+ and LGPLv3+ PKG_SUMMARY = Server and Client software to interoperate with Windows machines. -PKG_BUILD_DEPS+= autoconf automake which -PKG_DEPS += cups gawk ncurses libcap2 openldap openssl pam popt readline +PKG_BUILD_DEPS+= autoconf automake cups-devel ncurses-devel libcap-devel \ + openldap-devel openssl-devel pam-devel popt-devel readline-devel which define PKG_DESCRIPTION Samba is the suite of programs by which a lot of PC-related machines \ @@ -51,6 +51,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs + CFLAGS += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED define STAGE_BUILD