Browse Source

libart: get rid of superfluous configure args

These are all provided by Makefile.autotools.in

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 years ago
parent
commit
95d7c26915
1 changed files with 0 additions and 4 deletions
  1. 0 4
      package/libart/libart.mk

+ 0 - 4
package/libart/libart.mk

@@ -11,8 +11,4 @@ LIBART_AUTORECONF = YES
 LIBART_STAGING = YES
 LIBART_TARGET = YES
 
-LIBART_CONF_OPT = --target=$(GNU_TARGET_NAME) \
-		--host=$(GNU_TARGET_NAME) --build=$(GNU_HOST_NAME) \
-		--prefix=/usr --sysconfdir=/etc
-
 $(eval $(call AUTOTARGETS,package,libart))