File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,6 @@ ifeq ($(uname_S),SunOS)
190
190
SHELL_PATH = /bin/bash
191
191
SANE_TOOL_PATH = /usr/xpg6/bin:/usr/xpg4/bin
192
192
HAVE_ALLOCA_H = YesPlease
193
- NO_STRCASESTR = YesPlease
194
- NO_MEMMEM = YesPlease
195
- NO_MKDTEMP = YesPlease
196
193
NO_REGEX = YesPlease
197
194
NO_MSGFMT_EXTENDED_OPTIONS = YesPlease
198
195
HAVE_DEV_TTY = YesPlease
@@ -202,7 +199,10 @@ ifeq ($(uname_S),SunOS)
202
199
NO_IPV6 = YesPlease
203
200
NO_SOCKADDR_STORAGE = YesPlease
204
201
NO_UNSETENV = YesPlease
202
+ NO_MKDTEMP = YesPlease
203
+ NO_MEMMEM = YesPlease
205
204
NO_SETENV = YesPlease
205
+ NO_STRCASESTR = YesPlease
206
206
NO_STRLCPY = YesPlease
207
207
NO_STRTOUMAX = YesPlease
208
208
GIT_TEST_CMP = cmp
@@ -212,23 +212,45 @@ ifeq ($(uname_S),SunOS)
212
212
NO_IPV6 = YesPlease
213
213
NO_SOCKADDR_STORAGE = YesPlease
214
214
NO_UNSETENV = YesPlease
215
+ NO_MKDTEMP = YesPlease
216
+ NO_MEMMEM = YesPlease
215
217
NO_SETENV = YesPlease
218
+ NO_STRCASESTR = YesPlease
216
219
NO_STRLCPY = YesPlease
217
220
NO_STRTOUMAX = YesPlease
218
221
GIT_TEST_CMP = cmp
219
222
endif
220
223
ifeq ($(uname_R),5.8)
221
224
NO_UNSETENV = YesPlease
225
+ NO_MKDTEMP = YesPlease
226
+ NO_MEMMEM = YesPlease
222
227
NO_SETENV = YesPlease
228
+ NO_STRCASESTR = YesPlease
223
229
NO_STRTOUMAX = YesPlease
224
230
GIT_TEST_CMP = cmp
225
231
endif
226
232
ifeq ($(uname_R),5.9)
227
233
NO_UNSETENV = YesPlease
234
+ NO_MKDTEMP = YesPlease
235
+ NO_MEMMEM = YesPlease
228
236
NO_SETENV = YesPlease
237
+ NO_STRCASESTR = YesPlease
229
238
NO_STRTOUMAX = YesPlease
230
239
GIT_TEST_CMP = cmp
231
240
endif
241
+ ifeq ($(uname_R),5.10)
242
+ NO_UNSETENV = YesPlease
243
+ NO_MKDTEMP = YesPlease
244
+ NO_MEMMEM = YesPlease
245
+ NO_SETENV = YesPlease
246
+ NO_STRCASESTR = YesPlease
247
+ GIT_TEST_CMP = cmp
248
+ endif
249
+ ifeq ($(uname_R),5.11)
250
+ NO_UNSETENV = YesPlease
251
+ NO_SETENV = YesPlease
252
+ GIT_TEST_CMP = cmp
253
+ endif
232
254
INSTALL = /usr/ucb/install
233
255
TAR = gtar
234
256
BASIC_CFLAGS += -D__EXTENSIONS__ -D__sun__
You can’t perform that action at this time.
0 commit comments