BUILD: define unsetenv on AIX 5.1
This version doesn't have unsetenv(), so let's map it to my_unsetenv() instead. This wasn't tested on more recent versions.
This commit is contained in:
parent
891d65a672
commit
0aed6acac5
2
Makefile
2
Makefile
@ -382,7 +382,7 @@ endif
|
||||
ifeq ($(TARGET),aix51)
|
||||
set_target_defaults = $(call default_opts, \
|
||||
USE_POLL USE_LIBCRYPT USE_OBSOLETE_LINKER)
|
||||
TARGET_CFLAGS = -Dss_family=__ss_family -Dip6_hdr=ip6hdr -DSTEVENS_API -D_LINUX_SOURCE_COMPAT
|
||||
TARGET_CFLAGS = -Dss_family=__ss_family -Dip6_hdr=ip6hdr -DSTEVENS_API -D_LINUX_SOURCE_COMPAT -Dunsetenv=my_unsetenv
|
||||
DEBUG_CFLAGS =
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user