diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-17 00:30:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-17 00:30:21 +0000 |
commit | 1b0665f4e9eb50d4e45f264e5ff3b6b88611605f (patch) | |
tree | 4eb1970b5affe974d79fb3b0fe483a8e9cac3afd /Build | |
parent | 2e4a1344346d2a7528315dc2ce009121af2b44b9 (diff) |
Debian says no -I${libdir} in .pc file
git-svn-id: svn://tug.org/texlive/trunk@46339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpathsea.pc.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <karl@freefriends.org> + + * kpathsea.pc.in (Cflags): remove -I${libdir} per Debian. + 2018-01-14 Karl Berry <karl@tug.org> * 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} |