From e7f8b476cd3160ac82e2d88fd25aa98b0dc66a49 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Jan 2014 11:51:25 +0100 Subject: [PATCH] popt: it does build static lib... sigh. --- srcpkgs/popt/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/popt/template b/srcpkgs/popt/template index edde50bcf8..c392be8e56 100644 --- a/srcpkgs/popt/template +++ b/srcpkgs/popt/template @@ -1,7 +1,7 @@ # Template file for 'popt' pkgname=popt version=1.16 -revision=5 +revision=6 build_style=gnu-configure short_desc="Command line option parsing library" maintainer="Juan RP " @@ -17,6 +17,7 @@ popt-devel_package() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" + vmove "usr/lib/*.a" vmove usr/share/man/man3 } }