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:
36fbd7b
)
gnokii: disable unused features
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:57:22 +0000
(
01:57
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:57:22 +0000
(
01:57
+0000)
SVN-Revision: 32264
utils/gnokii/Makefile
patch
|
blob
|
history
diff --git
a/utils/gnokii/Makefile
b/utils/gnokii/Makefile
index 8845852bd87e4b0085fa1f85201ebe4cad3fe4ea..8f62abeeff41b289465fe38a7837976f777ce51c 100644
(file)
--- a/
utils/gnokii/Makefile
+++ b/
utils/gnokii/Makefile
@@
-46,6
+46,9
@@
define Build/Configure
--enable-shared \
--disable-static \
--disable-libpcsclite \
+ --disable-libical \
+ --disable-irda \
+ --disable-bluetooth \
--without-x \
)
endef