This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 8ab704939973ab172b0e53c1818a4c48c6de5ada (commit) via 7dfd92d687bf268b7f8cd99a08d1f5882b0a5089 (commit) via d1736d5c6fb8a57225a331427bbddfdfb7b648e0 (commit) via e370ba517a909c9a53dd9e9634ec364dc31f67bb (commit) from 1649f94a57337fbcc69de91fa76eb6d996d1b855 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8ab704939973ab172b0e53c1818a4c48c6de5ada Merge: 7dfd92d d1736d5 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 13 13:54:10 2011 +0100
Merge remote-tracking branch 'stevee/lldpd'
commit 7dfd92d687bf268b7f8cd99a08d1f5882b0a5089 Merge: e370ba5 1649f94 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 13 13:52:30 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit d1736d5c6fb8a57225a331427bbddfdfb7b648e0 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Feb 13 13:49:08 2011 +0100
lldpd: Add zlib-devel as build dependency.
commit e370ba517a909c9a53dd9e9634ec364dc31f67bb Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 6 19:36:48 2011 +0100
gcc: Strip -gnu from gcc target platform.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/gcc/gcc.nm | 7 +++++-- pkgs/core/lldpd/lldpd.nm | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-)
Difference in files: diff --git a/pkgs/core/gcc/gcc.nm b/pkgs/core/gcc/gcc.nm index 92d3a5b..3a01b15 100644 --- a/pkgs/core/gcc/gcc.nm +++ b/pkgs/core/gcc/gcc.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = gcc PKG_VER = 4.5.2 -PKG_REL = 2 +PKG_REL = 3
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org PKG_GROUP = Development/Compilers @@ -43,6 +43,9 @@ PKG_BUILD_DEPS+= autogen cloog-devel dejagnu elfutils-devel expect gmp-devel \ libffi-devel mpc-devel mpfr-devel pkg-config ppl-devel zlib-devel PKG_DEPS-gcc += binutils libgcc-devel
+# Make the GCC target platform +GCC_TARGET_PLATFORM = $(subst -gnu,,$(DISTRO_MACHINE)) + ifeq "$(MACHINE)" "i586" CONFIGURE_ARGS = --disable-decimal-float endif @@ -146,7 +149,7 @@ define STAGE_BUILD TCFLAGS="$(CFLAGS)" \ ../$(THISAPP)/configure \ $(CONFIG_CPU) \ - --build=$(DISTRO_MACHINE) \ + --build=$(GCC_TARGET_PLATFORM) \ --prefix=/usr \ --libexecdir=/usr/lib \ --mandir=/usr/share/man \ diff --git a/pkgs/core/lldpd/lldpd.nm b/pkgs/core/lldpd/lldpd.nm index 78a10db..1ab9a57 100644 --- a/pkgs/core/lldpd/lldpd.nm +++ b/pkgs/core/lldpd/lldpd.nm @@ -34,7 +34,7 @@ PKG_URL = https://trac.luffy.cx/lldpd/ PKG_LICENSE = GPL PKG_SUMMARY = Utilities for the Link Layer Discovery Protocol.
-PKG_BUILD_DEPS+= libxml2-devel pkg-config +PKG_BUILD_DEPS+= libxml2-devel pkg-config zlib-devel
define PKG_DESCRIPTION The LLDPD project aims to provide a comprehensive implementation of \
hooks/post-receive -- IPFire 3.x development tree