Explorar o código

fontconfig: remove redundant configure args

Patch by antialize / bug #4524.
Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
3c10da1528
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      package/fontconfig/fontconfig.mk

+ 1 - 3
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 \