File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,14 @@ dnl # Not a problem in 10.20. Otherwise, who knows?
433
433
APR_SETIFNULL(apr_gethostbyname_is_thread_safe, [ yes] )
434
434
APR_SETIFNULL(apr_gethostbyaddr_is_thread_safe, [ yes] )
435
435
APR_SETIFNULL(apr_getservbyname_is_thread_safe, [ yes] )
436
+ APR_SETIFNULL(ac_cv_func_uuid_create, [ no] )
437
+ APR_SETIFNULL(ac_cv_search_uuid_create, [ no] )
438
+ APR_SETIFNULL(ac_cv_header_uuid_h, [ no] )
439
+ APR_ADDTO(CFLAGS, [ -D_THREAD_SAFE -D_LINUX_SOURCE_COMPAT -pthread -I/qopensys/pkgs/include/libxml2] )
440
+ APR_SETVAR(SHELL, [ /qopensys/bin/sh] )
441
+ APR_SETVAR(CONFIG_SHELL, [ /qopensys/bin/sh] )
442
+ APR_SETVAR(AR, [ ar -X64] )
443
+ APR_SETVAR(NM, [ nm -X64 -B] )
436
444
;;
437
445
*mingw*)
438
446
APR_ADDTO(INTERNAL_CPPFLAGS, -DBINPATH=$apr_builddir/test/.libs)
@@ -497,8 +505,8 @@ case "$host" in
497
505
*-ibm-os390)
498
506
APR_SETIFNULL(CC, [ cc] )
499
507
;;
500
- *-ibm-as400)
501
- APR_SETIFNULL(CC, [ icc ] )
508
+ *-ibm-as400 | *-ibm-os400 )
509
+ APR_SETIFNULL(CC, [ gcc-12 -m64 ] )
502
510
;;
503
511
*-isc4*)
504
512
APR_SETIFNULL(CC, [ gcc] )
Original file line number Diff line number Diff line change @@ -1478,7 +1478,7 @@ case $host in
1478
1478
USE_SHMEM_SHMGET)
1479
1479
fi
1480
1480
;;
1481
- *aix* )
1481
+ *aix* | *os400 )
1482
1482
# AIX cannot lseek() shared memory, and we always truncate/lseek together
1483
1483
APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET)
1484
1484
;;
You can’t perform that action at this time.
0 commit comments