]> granicus.if.org Git - sudo/commit
Add --enable-package-build to give configure a hint that we are
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 22 Aug 2018 14:09:46 +0000 (08:09 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 22 Aug 2018 14:09:46 +0000 (08:09 -0600)
commit957f284bba669df51fce82beaee8f24d8f31de36
treeafc898d00cce8a499a07ff804e1ddbd9fb688622
parentd9dec932772ffc3f8b2047af8ab86afec47adf37
Add --enable-package-build to give configure a hint that we are
building a package.  This can be used to avoid relying on libc
functions that may not be present in all libc versions for a
particular system.  For instance, AIX 7.1 may or may not have
memset_s() and getline() present.
configure
configure.ac
include/sudo_compat.h
mkpkg