projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e56effa
)
[packages] samba3: explicitely disable cups and iprint in configure if NO_PRINTING...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Nov 2011 18:46:32 +0000
(18:46 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Nov 2011 18:46:32 +0000
(18:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29357
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/samba3/Makefile
patch
|
blob
|
history
diff --git
a/net/samba3/Makefile
b/net/samba3/Makefile
index
ce470e7
..
877186a
100644
(file)
--- a/
net/samba3/Makefile
+++ b/
net/samba3/Makefile
@@
-78,6
+78,7
@@
TARGET_CFLAGS+=$(if $(CONFIG_SAMBA3_CONFIG_NO_PRINTING),-DAVM_NO_PRINTING)
CONFIGURE_PATH:=source
CONFIGURE_ARGS+= \
$(if $(CONFIG_SAMBA3_CONFIG_DEBUG),--enable-debug) \
+ $(if $(CONFIG_SAMBA3_CONFIG_NO_PRINTING),--enable-cups=no --enable-iprint=no) \
--without-krb5 \
--without-ads \
--without-ldap \