diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-09 16:13:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-09 16:13:07 +0000 |
commit | 50f4aaa330b7549bc663dfc6701ddbc497782c47 (patch) | |
tree | d2c3b34f4a26b3155fac42ff6e24c59e72d15b09 /Build/source/texk/kpathsea/ChangeLog | |
parent | 4f6fa857ec06873b5eaa5443a19e7b84b97b81c4 (diff) |
do not declare getopt under C++ (http://bugs.debian.org/667392); do not declare popen/pclose at all (http://bugs.debian.org/64524)
git-svn-id: svn://tug.org/texlive/trunk@25879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 06d2ba0b5dd..dd54531130a 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,13 @@ +2012-04-09 Karl Berry <karl@tug.org> + + * getopt.h (getopt) [!__cplusplus]: do not declare when compiling + with C++, since g++ 4.7.0 introduced an incompatible declaration. + http://bugs.debian.org/667392 + + * c-std.h (popen, pclose) [!VMS]: remove these decls to avoid + conflicts, hoping they are now always in the system libraries. + http://bugs.debian.org/64524 + 2012-04-07 Karl Berry <karl@tug.org> * texmf.cnf (glob_str_size): increase from 5000 to 20000 per Akira, |