libart: get rid of superfluous configure args
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Oct 2009 20:52:32 +0000 (21:52 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Oct 2009 20:52:32 +0000 (21:52 +0100)
These are all provided by Makefile.autotools.in

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libart/libart.mk

index 690324cc88f723743d4c1edcc09af0dece15ab44..47ff59ef741262ae967e989e639ae83af15ad59d 100644 (file)
@@ -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))