Add libgcc dependency to samba-server #1053
authorFlorian Fainelli <florian@openwrt.org>
Thu, 14 Dec 2006 23:33:30 +0000 (23:33 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 14 Dec 2006 23:33:30 +0000 (23:33 +0000)
SVN-Revision: 5797

net/samba/Makefile

index f10323cf1a7bac6d17479d35e482021c41a74520..2139b49b6f50ad6ad02eaa53180bbd51f8cff2e0 100644 (file)
@@ -37,6 +37,7 @@ endef
 define Package/samba-server
   $(call Package/samba)
   TITLE:=NetBIOS/SMB file and print server
+  DEPENDS:=+libgcc
 endef
 
 define Package/samba-client