From 5176831f467c13c70b180790d0d1318a7deb22f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 Oct 2015 12:38:31 +0200 Subject: [PATCH] cclive: get rid of unnecessary custom do_configure(). --- srcpkgs/cclive/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/cclive/template b/srcpkgs/cclive/template index 408c7286dbf..5b9cc51051b 100644 --- a/srcpkgs/cclive/template +++ b/srcpkgs/cclive/template @@ -1,7 +1,7 @@ # Template file for 'cclive' pkgname=cclive version=0.7.16 -revision=4 +revision=5 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="boost-devel pcre-devel libcurl-devel libquvi-devel glibmm-devel" @@ -12,7 +12,3 @@ license="AGPL-3" homepage="http://cclive.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz" checksum=586a120faddcfa16f5bb058b5c901f1659336c6fc85a0d3f1538882a44ee10e1 - -do_configure() { - ./configure ${configure_args} boost_cv_rpath_link_ldflag="-L/usr/lib" -}