projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e8e634
)
Add libgcc dependency to samba-server #1053
author
Florian Fainelli
<florian@openwrt.org>
Thu, 14 Dec 2006 23:33:30 +0000
(23:33 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 14 Dec 2006 23:33:30 +0000
(23:33 +0000)
SVN-Revision: 5797
net/samba/Makefile
patch
|
blob
|
history
diff --git
a/net/samba/Makefile
b/net/samba/Makefile
index f10323cf1a7bac6d17479d35e482021c41a74520..2139b49b6f50ad6ad02eaa53180bbd51f8cff2e0 100644
(file)
--- a/
net/samba/Makefile
+++ b/
net/samba/Makefile
@@
-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