From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ifplugd
Date: Sat, 13 Dec 2008 11:40:26 -0800 (PST) [thread overview]
Message-ID: <20081213194026.CD8DF3C2C0@busybox.net> (raw)
Author: jacmet
Date: 2008-12-13 11:40:26 -0800 (Sat, 13 Dec 2008)
New Revision: 24409
Log:
ifplugd: fix non-C++ build
The ifplugd configure script was checking for a C++ compiler, even
though it isn't used for anything.
Added:
trunk/buildroot/package/ifplugd/ifplugd-no-cxx.patch
Modified:
trunk/buildroot/package/ifplugd/ifplugd.mk
Changeset:
Added: trunk/buildroot/package/ifplugd/ifplugd-no-cxx.patch
===================================================================
--- trunk/buildroot/package/ifplugd/ifplugd-no-cxx.patch (rev 0)
+++ trunk/buildroot/package/ifplugd/ifplugd-no-cxx.patch 2008-12-13 19:40:26 UTC (rev 24409)
@@ -0,0 +1,17 @@
+[PATCH] ifplugd: configure: don't check for C++ compiler
+
+The configure script was checking for a C++ compiler (and erroring out
+if not found), even though it isn't used for anything.
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+diff -urpN ifplugd-0.28/configure.ac ifplugd-0.28.new/configure.ac
+--- ifplugd-0.28/configure.ac 2005-06-04 21:21:51.000000000 +0200
++++ ifplugd-0.28.new/configure.ac 2008-12-13 20:31:13.000000000 +0100
+@@ -33,7 +33,6 @@ if type -p stow > /dev/null && test -d /
+ fi
+
+ # Checks for programs.
+-AC_PROG_CXX
+ AC_PROG_CC
+ AC_PROG_CPP
+ AC_PROG_INSTALL
Modified: trunk/buildroot/package/ifplugd/ifplugd.mk
===================================================================
--- trunk/buildroot/package/ifplugd/ifplugd.mk 2008-12-13 16:15:50 UTC (rev 24408)
+++ trunk/buildroot/package/ifplugd/ifplugd.mk 2008-12-13 19:40:26 UTC (rev 24409)
@@ -6,7 +6,7 @@
IFPLUGD_VERSION = 0.28
IFPLUGD_SOURCE = ifplugd-$(IFPLUGD_VERSION).tar.gz
IFPLUGD_SITE = http://0pointer.de/lennart/projects/ifplugd/
-IFPLUGD_AUTORECONF = NO
+IFPLUGD_AUTORECONF = YES
IFPLUGD_INSTALL_STAGING = NO
IFPLUGD_INSTALL_TARGET = YES
# install-strip unconditionally overwrites $(TARGET_DIR)/etc/ifplugd/ifplugd.*
next reply other threads:[~2008-12-13 19:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-13 19:40 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-12-04 12:14 [Buildroot] svn commit: trunk/buildroot/package/ifplugd jacmet at uclibc.org
2008-08-19 9:40 jacmet at uclibc.org
2008-07-10 8:17 jacmet at uclibc.org
2008-07-02 7:20 jacmet at uclibc.org
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=20081213194026.CD8DF3C2C0@busybox.net \
--to=jacmet@uclibc.org \
--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