diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 13:57:16 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 14:02:52 +0100 |
commit | 0be744e49590c32a1fb9141f4a0ef617b62b27c4 (patch) | |
tree | 28783e684f2504fcd41e3e121e831b740a92c031 /package/libgpg-error/libgpg-error.mk | |
parent | 68f166074bba01ea4abb9575a5578d662103904f (diff) | |
download | buildroot-novena-0be744e49590c32a1fb9141f4a0ef617b62b27c4.tar.gz buildroot-novena-0be744e49590c32a1fb9141f4a0ef617b62b27c4.zip |
package: apply libtool patch where possible
Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.
Notice: php not changed, as it uses a very old 1.5 version for the
embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libgpg-error/libgpg-error.mk')
-rw-r--r-- | package/libgpg-error/libgpg-error.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk index 89ff24c98..ab62d7325 100644 --- a/package/libgpg-error/libgpg-error.mk +++ b/package/libgpg-error/libgpg-error.mk @@ -7,7 +7,6 @@ LIBGPG_ERROR_VERSION:=1.8 LIBGPG_ERROR_SOURCE:=libgpg-error-$(LIBGPG_ERROR_VERSION).tar.bz2 LIBGPG_ERROR_SITE:=ftp://gd.tuwien.ac.at/privacy/gnupg/libgpg-error -LIBGPG_ERROR_LIBTOOL_PATCH = NO LIBGPG_ERROR_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS,package,libgpg-error)) |