All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] fltk: drop custom install options
@ 2014-06-16  8:38 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2014-06-16  8:38 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=815ab23c21599cef6128496b0d559646f223a301
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The fltk buildsystem no longer tries to strip binaries during installation,
so these can be dropped.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/fltk/fltk.mk |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/package/fltk/fltk.mk b/package/fltk/fltk.mk
index cbcec7b..a8ff807 100644
--- a/package/fltk/fltk.mk
+++ b/package/fltk/fltk.mk
@@ -8,8 +8,6 @@ FLTK_VERSION = 1.3.2
 FLTK_SOURCE = fltk-$(FLTK_VERSION)-source.tar.gz
 FLTK_SITE = http://fltk.org/pub/fltk/$(FLTK_VERSION)
 FLTK_INSTALL_STAGING = YES
-FLTK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) STRIP=$(TARGET_STRIP) install
-FLTK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
 FLTK_CONF_OPT = --enable-threads --with-x --disable-gl \
 	--disable-localjpeg --disable-localpng --disable-localzlib
 FLTK_DEPENDENCIES = jpeg libpng xlib_libX11 xlib_libXext xlib_libXt

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-16  8:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-16  8:38 [Buildroot] [git commit] fltk: drop custom install options Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.