projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d59fa
)
Disable docs in fontconfig.
author
Jens Muecke
<jens@nons.de>
Fri, 3 Oct 2008 00:52:14 +0000
(
00:52
+0000)
committer
Jens Muecke
<jens@nons.de>
Fri, 3 Oct 2008 00:52:14 +0000
(
00:52
+0000)
SVN-Revision: 12832
XOrg/app/fontconfig/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/app/fontconfig/Makefile
b/XOrg/app/fontconfig/Makefile
index 913adabb3bc8106df189f0c6891bba3fccaf5c33..b72a056bd1ec1c467b73026038a72f7381719d0e 100644
(file)
--- a/
XOrg/app/fontconfig/Makefile
+++ b/
XOrg/app/fontconfig/Makefile
@@
-26,12
+26,10
@@
define Package/fontconfig
endef
define Build/Configure
- cd $(PKG_BUILD_DIR)/; \
- $(TARGET_CONFIGURE_OPTS) \
- $(CONFIGURE_VARS) \
- $(CONFIGURE_CMD) \
- $(CONFIGURE_ARGS_XTRA) \
- $(CONFIGURE_ARGS)
+ $(call Build/Configure/Default, \
+ --disable-docs, \
+ ac_cv_prog_HASDOCBOOK=no \
+ )
endef
define Build/Compile