diff mbox

[1/1] bandwidthd: incorporate fixes for autobuilders

Message ID 1408039777-23988-1-git-send-email-nroach44@gmail.com
State Accepted
Commit 8b3f257cd7dbc7e1c127fc8d25ac77a9e4e862c9
Headers show

Commit Message

Nathaniel Roach Aug. 14, 2014, 6:09 p.m. UTC
Version bump to -r08
	"[patched] the configure.ac script to remove the hardcoded
	-L/usr/local/lib and -I/usr/local/include. The bandwidthd package
	-was already autoreconfigured, so there is no need to add it."

"Adding the --without-x option, which ensures that the configure.ac
	script will not add -L/usr/lib to the compiler flags (and we anyway
	haven't added any sort of X.org support to bandwidthd for the
	moment)."

Both fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Signed-off-by: Nathaniel Roach <nroach44@gmail.com>
---
 package/bandwidthd/bandwidthd.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Thomas Petazzoni Aug. 14, 2014, 6:30 p.m. UTC | #1
Dear Nathaniel Roach,

On Fri, 15 Aug 2014 02:09:37 +0800, Nathaniel Roach wrote:
> Version bump to -r08
> 	"[patched] the configure.ac script to remove the hardcoded
> 	-L/usr/local/lib and -I/usr/local/include. The bandwidthd package
> 	-was already autoreconfigured, so there is no need to add it."
> 
> "Adding the --without-x option, which ensures that the configure.ac
> 	script will not add -L/usr/lib to the compiler flags (and we anyway
> 	haven't added any sort of X.org support to bandwidthd for the
> 	moment)."
> 
> Both fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> 
> Signed-off-by: Nathaniel Roach <nroach44@gmail.com>

This patch lacks the reference to the autobuilder failure.

Thomas
diff mbox

Patch

diff --git a/package/bandwidthd/bandwidthd.mk b/package/bandwidthd/bandwidthd.mk
index 9b1eb32..3e11d6a 100644
--- a/package/bandwidthd/bandwidthd.mk
+++ b/package/bandwidthd/bandwidthd.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-BANDWIDTHD_VERSION = v2.0.1-auto-r07
+BANDWIDTHD_VERSION = v2.0.1-auto-r08
 BANDWIDTHD_SITE = $(call github,nroach44,bandwidthd,$(BANDWIDTHD_VERSION))
 
 # Specified as "any version of the GPL that is current as of your
@@ -15,6 +15,8 @@  BANDWIDTHD_DEPENDENCIES = gd libpng libpcap
 
 BANDWIDTHD_AUTORECONF = YES
 
+BANDWIDTHD_CONF_OPT += --without-x
+
 ifeq ($(BR2_PACKAGE_BANDWIDTHD_POSTGRESQL),y)
 BANDWIDTHD_DEPENDENCIES += postgresql
 BANDWIDTHD_CONF_OPT += --with-postgresql-logging=true