0be744e495
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>
13 lines
389 B
Makefile
13 lines
389 B
Makefile
#############################################################
|
|
#
|
|
# libgpg-error
|
|
#
|
|
#############################################################
|
|
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_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,libgpg-error))
|