packages/samba: remove dependency on libgcc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29251 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-18 23:14:01 +00:00
parent 2c6118856c
commit 0deef80cbf

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=samba
PKG_VERSION:=2.0.10
PKG_RELEASE:=7
PKG_RELEASE:=8
PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/samba/old-versions
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@ -36,7 +36,6 @@ define Package/samba2-common
$(call Package/samba)
MENU:=1
TITLE:=NetBIOS/SMB server and client shared files
DEPENDS:=+libgcc
endef
define Package/samba2-server