git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b5c2675
)
Makefile: Do not use OLD_ICONV on MINGW anymore
author
Sebastian Schuberth
<redacted>
Wed, 23 Nov 2011 09:41:01 +0000
(10:41 +0100)
committer
Pat Thoyts
<redacted>
Tue, 4 Jun 2013 09:01:34 +0000
(10:01 +0100)
We are building libiconv now the same way as upstream MinGW does, so we do
not need OLD_ICONV anymore when compiling Git either in msysGit or
mingwGitDevEnv.
Signed-off-by: Sebastian Schuberth <redacted>
config.mak.uname
patch
|
blob
|
history
diff --git
a/config.mak.uname
b/config.mak.uname
index 174703b67cc75fc48fd3bf5345468e9eeca89fc2..11af5984cd90fdc34c213486778ca28f0b8e2eb8 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-481,7
+481,6
@@
ifneq (,$(findstring MINGW,$(uname_S)))
NO_FNMATCH = YesPlease
NO_MEMMEM = YesPlease
NEEDS_LIBICONV = YesPlease
- OLD_ICONV = YesPlease
NO_STRTOUMAX = YesPlease
NO_MKDTEMP = YesPlease
NO_MKSTEMPS = YesPlease
git clone https://git.99rst.org/PROJECT