From ac3d6207535ae06a0c3c1b40005cba6323600a8c Mon Sep 17 00:00:00 2001
From: Mike Staszel <mikestaszel@gmail.com>
Date: Sun, 23 May 2010 14:28:01 -0500
Subject: [PATCH] Added note to uboot-pogo about LDFLAGs, prep for new version

---
 core/uboot-pogo/PKGBUILD | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/uboot-pogo/PKGBUILD b/core/uboot-pogo/PKGBUILD
index 324c2bc65..831f65c25 100644
--- a/core/uboot-pogo/PKGBUILD
+++ b/core/uboot-pogo/PKGBUILD
@@ -1,8 +1,10 @@
 # Maintainer: Ian Botley <ianjb@plugboxlinux.org>
 
+# NOTE: Comment out your LDFLAGS in /etc/makepkg.conf for making this!
+
 pkgname=u-boot
 pkgver=2010.03
-pkgrel=1
+pkgrel=2
 pkgdesc="u-Boot for Pogoplug devices"
 arch=('arm')
 url="ftp://ftp.denx.de/pub/u-boot/"