diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-27 09:45:38 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-10-27 09:45:38 +0000 |
commit | a574856e192fe5dc0525af711713154ba97eb7b1 (patch) | |
tree | 43511776cd1ac9d41946bd233422e0d20a6cc776 /package | |
parent | eb749df631780fcdc20a2021e7cf7e03b27aca1c (diff) | |
download | buildroot-novena-a574856e192fe5dc0525af711713154ba97eb7b1.tar.gz buildroot-novena-a574856e192fe5dc0525af711713154ba97eb7b1.zip |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/pango/pango.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/pango/pango.mk b/package/pango/pango.mk index 97281fd5f..b6c3c7a5d 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 \ |