Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: llandwerlin at gmail.com <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/7] sysstat: bump to 9.1.5 and comply with new libtool policy
Date: Sat, 18 Sep 2010 19:59:48 +0200	[thread overview]
Message-ID: <1284832789-22631-7-git-send-email-llandwerlin@gmail.com> (raw)
In-Reply-To: <1284832789-22631-1-git-send-email-llandwerlin@gmail.com>

From: Lionel Landwerlin <lionel.landwerlin@pace.com>

Signed-off-by: Lionel Landwerlin <lionel.landwerlin@pace.com>
---
 ...t-9.5.1-add-missing-lintl-to-linker-flags.patch |   25 ++++++++++++++++++++
 package/sysstat/sysstat.mk                         |    8 +----
 2 files changed, 27 insertions(+), 6 deletions(-)
 create mode 100644 package/sysstat/sysstat-9.5.1-add-missing-lintl-to-linker-flags.patch

diff --git a/package/sysstat/sysstat-9.5.1-add-missing-lintl-to-linker-flags.patch b/package/sysstat/sysstat-9.5.1-add-missing-lintl-to-linker-flags.patch
new file mode 100644
index 0000000..d9b7cf0
--- /dev/null
+++ b/package/sysstat/sysstat-9.5.1-add-missing-lintl-to-linker-flags.patch
@@ -0,0 +1,25 @@
+From fff3734146edf3ff6e2627dba729aa30d1faf8da Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin <lionel.landwerlin@pace.com>
+Date: Fri, 17 Sep 2010 17:10:17 +0200
+Subject: [PATCH] Add missing -lintl to linker flags
+
+Signed-off-by: Lionel Landwerlin <lionel.landwerlin@pace.com>
+---
+ Makefile.in |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 5dac5c7..6821cce 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -87,6 +87,7 @@ REQUIRE_NLS = -DUSE_NLS -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(NLS_DIR)\"
+ endif
+ ifdef REQUIRE_NLS
+    DFLAGS += $(REQUIRE_NLS)
++   LFLAGS += -lintl
+ endif
+ INSTALL_CRON = @INSTALL_CRON@
+ CRON_OWNER = @CRON_OWNER@
+-- 
+1.6.0.6
+
diff --git a/package/sysstat/sysstat.mk b/package/sysstat/sysstat.mk
index 324580e..846eeec 100644
--- a/package/sysstat/sysstat.mk
+++ b/package/sysstat/sysstat.mk
@@ -4,17 +4,13 @@
 #
 #############################################################
 
-SYSSTAT_VERSION = 9.0.5
+SYSSTAT_VERSION = 9.1.5
 SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.bz2
 SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard/
-SYSSTAT_AUTORECONF = NO
-SYSSTAT_LIBTOOL_PATCH = NO
 SYSSTAT_INSTALL_STAGING = NO
 SYSSTAT_INSTALL_TARGET = YES
 
-# Should be --disable-man-group, it might be a little mistake in the
-# configure.in script.
-SYSSTAT_CONF_OPT = --enable-man-group
+SYSSTAT_CONF_OPT = --disable-man-group
 ifneq ($(BR2_HAVE_DOCUMENTATION),y)
 SYSSTAT_CONF_OPT += --disable-documentation
 endif
-- 
1.7.1

  parent reply	other threads:[~2010-09-18 17:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-18 17:59 [Buildroot] [review request] rework of libtool llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 1/7] libtool: bump to 2.2.6b + introduce 2 libtool packages + cross compile patch llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 2/7] package: modifications to work with new libtool policy llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 3/7] tslib: Fix installation with new autotools policy llandwerlin at gmail.com
2010-09-18 17:59 ` [Buildroot] [PATCH 4/7] bison: add host rules llandwerlin at gmail.com
2010-09-29  7:03   ` Thomas Petazzoni
2010-09-18 17:59 ` [Buildroot] [PATCH 5/7] expat: comply with new libtool policy llandwerlin at gmail.com
2010-09-18 17:59 ` llandwerlin at gmail.com [this message]
2010-09-18 17:59 ` [Buildroot] [PATCH 7/7] gstreamer: allow autoreconfigure with gettext 0.18 llandwerlin at gmail.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1284832789-22631-7-git-send-email-llandwerlin@gmail.com \
    --to=llandwerlin@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox