texlive[46339] Build/source/texk/kpathsea: Debian says no -I${libdir}
commits+karl at tug.org
commits+karl at tug.org
Wed Jan 17 01:30:22 CET 2018
Revision: 46339
http://tug.org/svn/texlive?view=revision&revision=46339
Author: karl
Date: 2018-01-17 01:30:21 +0100 (Wed, 17 Jan 2018)
Log Message:
-----------
Debian says no -I${libdir} in .pc file
Modified Paths:
--------------
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Build/source/texk/kpathsea/kpathsea.pc.in
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2018-01-16 22:49:59 UTC (rev 46338)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2018-01-17 00:30:21 UTC (rev 46339)
@@ -1,3 +1,7 @@
+2018-01-16 Karl Berry <karl at freefriends.org>
+
+ * kpathsea.pc.in (Cflags): remove -I${libdir} per Debian.
+
2018-01-14 Karl Berry <karl at tug.org>
* texmf.cnf: doc fixes.
Modified: trunk/Build/source/texk/kpathsea/kpathsea.pc.in
===================================================================
--- trunk/Build/source/texk/kpathsea/kpathsea.pc.in 2018-01-16 22:49:59 UTC (rev 46338)
+++ trunk/Build/source/texk/kpathsea/kpathsea.pc.in 2018-01-17 00:30:21 UTC (rev 46339)
@@ -7,5 +7,5 @@
Description: Kpathsea filename lookup library
Version: @KPSEVERSION@
Libs: -L${libdir} -lkpathsea
-Cflags: -I${libdir} -I${includedir}
+Cflags: -I${includedir}
More information about the tex-live-commits
mailing list