pv: bump to version 1.4.6
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Wed, 26 Jun 2013 19:50:28 +0000 (21:50 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 27 Jun 2013 09:24:16 +0000 (11:24 +0200)
[Peter: drop patch and instead pass LD= on the make cmdline]
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/pv/pv-1.2.0-fixld.patch [deleted file]
package/pv/pv.mk

diff --git a/package/pv/pv-1.2.0-fixld.patch b/package/pv/pv-1.2.0-fixld.patch
deleted file mode 100644 (file)
index 9df279d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-[PATCH] fix linker variable
-
-The linker variable LD was always set to 'ld' instead of the value from
-the environment. This breaks any linking, especially when dealing with
-a cross-compiler toolchain.
-The fix takes the CC variable and changes the 'gcc' extension to 'ld'.
-
-Signed-off-by: Roeland Van Praet <roelvp@mind.be>
----
-diff -ruN a/autoconf/make/vars.mk b/autoconf/make/vars.mk
---- a/autoconf/make/vars.mk    2010-03-11 00:43:19.000000000 +0100
-+++ b/autoconf/make/vars.mk    2011-10-06 15:47:18.000000000 +0200
-@@ -30,7 +30,7 @@
- @SET_MAKE@
- SHELL = /bin/sh
- CC = @CC@
--LD = ld
-+LD = $(CC:gcc=ld)
- DO_GZIP = @DO_GZIP@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
index 1aa95f6b6be28042758e6ccf1b530984d2f6970a..261f2139cf2df0b7491f085f19d747c61cf86ab6 100644 (file)
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-PV_VERSION = 1.2.0
+PV_VERSION = 1.4.6
 PV_SOURCE = pv-$(PV_VERSION).tar.bz2
-PV_SITE = http://pipeviewer.googlecode.com/files
+PV_SITE = http://www.ivarch.com/programs/sources
+PV_MAKE_OPT = LD=$(TARGET_LD) # otherwise 'ld' is used
 
 $(eval $(autotools-package))