From 6edb5b7765923c05f1eb2b9e54b773490a574601 Mon Sep 17 00:00:00 2001 From: Siniša Biđin Date: Thu, 27 Aug 2015 23:13:30 +0200 Subject: gnu: lua: Add patch to generate pkg-config file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/patches/lua-pkgconfig.patch: New file. * gnu/packages/lua.scm (lua)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Register patch. Signed-off-by: Ludovic Courtès --- gnu-system.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu-system.am') diff --git a/gnu-system.am b/gnu-system.am index 130ae36901..09e2f029b4 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -549,6 +549,7 @@ dist_patch_DATA = \ gnu/packages/patches/libwmf-CVE-2015-0848+4588+4695+4696.patch \ gnu/packages/patches/lirc-localstatedir.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ + gnu/packages/patches/lua-pkgconfig.patch \ gnu/packages/patches/lua51-liblua-so.patch \ gnu/packages/patches/luajit-no_ldconfig.patch \ gnu/packages/patches/luajit-symlinks.patch \ -- cgit v1.2.3