libart: get rid of superfluous configure args

These are all provided by Makefile.autotools.in

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-10-27 21:52:32 +01:00
parent 8d65822f9d
commit 95d7c26915

View 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))