diff options
-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} |