[Buildroot] svn commit: trunk/buildroot/package/expat

jacmet at uclibc.org jacmet at uclibc.org
Mon Mar 31 20:09:06 UTC 2008


Author: jacmet
Date: 2008-03-31 13:09:06 -0700 (Mon, 31 Mar 2008)
New Revision: 21602

Log:
expat: cleanup configure arguments


Modified:
   trunk/buildroot/package/expat/expat.mk


Changeset:
Modified: trunk/buildroot/package/expat/expat.mk
===================================================================
--- trunk/buildroot/package/expat/expat.mk	2008-03-31 19:56:58 UTC (rev 21601)
+++ trunk/buildroot/package/expat/expat.mk	2008-03-31 20:09:06 UTC (rev 21602)
@@ -35,16 +35,8 @@
 		--build=$(GNU_HOST_NAME) \
 		--prefix=/usr \
 		--exec-prefix=/usr \
-		--bindir=/bin \
-		--sbindir=/sbin \
-		--libdir=/lib \
-		--libexecdir=/lib \
 		--sysconfdir=/etc \
-		--datadir=/share \
 		--localstatedir=/var \
-		--includedir=/include \
-		--mandir=/man \
-		--infodir=/info \
 		--enable-shared \
 	)
 	touch $@
@@ -54,7 +46,7 @@
 	touch -c $@
 
 $(STAGING_DIR)/$(EXPAT_TARGET_BINARY): $(EXPAT_DIR)/$(EXPAT_BINARY)
-	$(MAKE) DESTDIR=$(STAGING_DIR)/usr -C $(EXPAT_DIR) install
+	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(EXPAT_DIR) install
 	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
 		$(STAGING_DIR)/usr/lib/libexpat.la
 	touch -c $@




More information about the buildroot mailing list