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:
a4b0b73
)
disable pam support explicitly
author
Nicolas Thill
<nico@openwrt.org>
Sun, 25 Mar 2007 12:28:30 +0000
(12:28 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 25 Mar 2007 12:28:30 +0000
(12:28 +0000)
SVN-Revision: 6695
net/cups/Makefile
patch
|
blob
|
history
diff --git
a/net/cups/Makefile
b/net/cups/Makefile
index 6656749fc91b90ae857f3e889db194bf77ac7c18..bf76409fc4a68aeaa3b72570da1086608ab30812 100644
(file)
--- a/
net/cups/Makefile
+++ b/
net/cups/Makefile
@@
-46,13
+46,13
@@
endef
define Build/Configure
$(call Build/Configure/Default, \
- --libexecdir=/usr/lib \
--with-cups-user=root \
--with-cups-group=root \
--without-perl \
--without-python \
--without-php \
--enable-shared \
+ --disable-pam \
--disable-slp \
--disable-gnutls \
--disable-openssl \