diff options
author | Martin Banky <martin.banky@gmail.com> | 2010-10-09 12:52:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-10-14 07:27:10 -0400 |
commit | fe26a7f0f2bb68c08509887d9b113e3c03e870ef (patch) | |
tree | 670845e018a943f808e5c36bcd7bcd4618946e92 /package/expat/expat.mk | |
parent | 83af822f7b28169b096d592027e97c55cc83eb27 (diff) |
Removed expat-libdir-la.patch
Now that expat.mk has been converted to autotools infrastructure, the patch is
no longer needed. Autotools will automatically apply the needed patch.
Signed-off-by: Martin Banky <Martin.Banky@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/expat/expat.mk')
-rw-r--r-- | package/expat/expat.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/expat/expat.mk b/package/expat/expat.mk index f82a904e0..03b13037e 100644 --- a/package/expat/expat.mk +++ b/package/expat/expat.mk @@ -7,7 +7,6 @@ EXPAT_VERSION = 2.0.1 EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.gz EXPAT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/expat -EXPAT_LIBTOOL_PATCH = NO EXPAT_INSTALL_STAGING = YES EXPAT_INSTALL_TARGET = YES EXPAT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) installlib |