From: Peter Korsgaard Date: Mon, 27 Oct 2008 09:45:38 +0000 (-0000) Subject: Strip pango libraries on the target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a574856e192fe5dc0525af711713154ba97eb7b1;p=buildroot.git Strip pango libraries on the target Use the predefined INSTALL_STAGING_OPT and INSTALL_TARGET_OPT behaviour of Makefile.autotools.in, so that installation on the target is done using install-strip. Signed-off-by: Thomas Petazzoni --- diff --git a/package/pango/pango.mk b/package/pango/pango.mk index 97281fd5f5..b6c3c7a5db 100644 --- a/package/pango/pango.mk +++ b/package/pango/pango.mk @@ -9,8 +9,6 @@ PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/1.19 PANGO_AUTORECONF = YES PANGO_INSTALL_STAGING = YES PANGO_INSTALL_TARGET = YES -PANGO_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install -PANGO_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install PANGO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \ glib_cv_uscore=no ac_cv_func_strtod=yes \