From 1b0665f4e9eb50d4e45f264e5ff3b6b88611605f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Jan 2018 00:30:21 +0000 Subject: Debian says no -I${libdir} in .pc file git-svn-id: svn://tug.org/texlive/trunk@46339 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/kpathsea.pc.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Build/source') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 54f0ebdff32..519a539ee41 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2018-01-16 Karl Berry + + * kpathsea.pc.in (Cflags): remove -I${libdir} per Debian. + 2018-01-14 Karl Berry * texmf.cnf: doc fixes. diff --git a/Build/source/texk/kpathsea/kpathsea.pc.in b/Build/source/texk/kpathsea/kpathsea.pc.in index 63ac7724177..865f5408ab5 100644 --- a/Build/source/texk/kpathsea/kpathsea.pc.in +++ b/Build/source/texk/kpathsea/kpathsea.pc.in @@ -7,5 +7,5 @@ Name: kpathsea Description: Kpathsea filename lookup library Version: @KPSEVERSION@ Libs: -L${libdir} -lkpathsea -Cflags: -I${libdir} -I${includedir} +Cflags: -I${includedir} -- cgit v1.2.3