From 0dfed3ac786ade4c33daeebfaee82e177bcbb97bc24fbcd66d7cf106173873c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 20 Jul 2017 12:41:22 +0000 Subject: [PATCH] - Properly set includedir in the .pc file OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua53?expand=0&rev=21 --- lua53.changes | 5 +++++ lua53.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lua53.changes b/lua53.changes index 2936d45..8a4faa9 100644 --- a/lua53.changes +++ b/lua53.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 20 12:36:41 UTC 2017 - tchvatal@suse.com + +- Properly set includedir in the .pc file + ------------------------------------------------------------------- Mon Jul 10 11:32:37 UTC 2017 - tchvatal@suse.com diff --git a/lua53.spec b/lua53.spec index 11a2954..16a089f 100644 --- a/lua53.spec +++ b/lua53.spec @@ -150,7 +150,7 @@ Name: Lua %{major_version} Description: An Extensible Extension Language Version: %{version} Libs: -llua%{major_version} -lm -Cflags: +Cflags: -I\${includedir} EOF install -D -m 644 lua%{major_version}.pc %{buildroot}/%{_libdir}/pkgconfig/lua%{major_version}.pc