projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77afd6
)
fontconfig: remove redundant configure args
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 16 Aug 2008 19:13:53 +0000
(19:13 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 16 Aug 2008 19:13:53 +0000
(19:13 -0000)
Patch by antialize / bug #4524.
package/fontconfig/fontconfig.mk
patch
|
blob
|
history
diff --git
a/package/fontconfig/fontconfig.mk
b/package/fontconfig/fontconfig.mk
index d6ac0c2ba1c1b14d4ecb1e02e541bf88ed81a6a9..e48118e118fb5ab8b28024fce8cfe14f03173beb 100644
(file)
--- a/
package/fontconfig/fontconfig.mk
+++ b/
package/fontconfig/fontconfig.mk
@@
-12,9
+12,7
@@
FONTCONFIG_INSTALL_TARGET = YES
FONTCONFIG_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
-FONTCONFIG_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
- --build=$(GNU_HOST_NAME) --with-arch=$(GNU_TARGET_NAME) \
- --prefix=/usr --sysconfdir=/etc \
+FONTCONFIG_CONF_OPT = --with-arch=$(GNU_TARGET_NAME) \
--with-freetype-config="$(STAGING_DIR)/usr/bin/freetype-config" \
--with-expat="$(STAGING_DIR)/usr/lib" \
--with-expat-lib=$(STAGING_DIR)/usr/lib \