diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-28 23:40:46 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-02 23:26:27 +0200 |
commit | 593c18c0bb3577ebd153ed80edec345b1a2f1f14 (patch) | |
tree | db63f779e0c654e71e579b9d62f75000f81080a5 /package/libxml2/libxml2.mk | |
parent | d2c73f5cf925baf1bcf99c1a187e2a846dd56f43 (diff) | |
download | buildroot-593c18c0bb3577ebd153ed80edec345b1a2f1f14.tar.gz buildroot-593c18c0bb3577ebd153ed80edec345b1a2f1f14.zip |
packages: remove useless HOST_*_LIBTOOL_PATCH
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxml2/libxml2.mk')
-rw-r--r-- | package/libxml2/libxml2.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 0cffa06321..7680aa61f8 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -28,8 +28,6 @@ HOST_LIBXML2_CONF_OPT = \ --enable-shared --without-debugging --without-python \ --without-threads -HOST_LIBXML2_LIBTOOL_PATCH = NO - $(eval $(call AUTOTARGETS,package,libxml2)) $(eval $(call AUTOTARGETS,package,libxml2,host)) |