[Buildroot] [git commit master] libart: get rid of superfluous configure args

Peter Korsgaard jacmet at sunsite.dk
Tue Oct 27 20:52:32 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=95d7c269156de54c245b2c43343e034c9eb479f9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

These are all provided by Makefile.autotools.in

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/libart/libart.mk |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/package/libart/libart.mk b/package/libart/libart.mk
index 690324c..47ff59e 100644
--- a/package/libart/libart.mk
+++ b/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))
-- 
1.6.3.3



More information about the buildroot mailing list