mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Remove strdup, strtol, strtoul from libpgport
These should not be needed anymore, at least after the recent port removals. So let's see whether we can do without them.
This commit is contained in:
@@ -1325,7 +1325,7 @@ fi
|
||||
pgac_save_LIBS="$LIBS"
|
||||
LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
|
||||
|
||||
AC_REPLACE_FUNCS([crypt fls getopt getrusage inet_aton random rint srandom strdup strerror strlcat strlcpy strtol strtoul])
|
||||
AC_REPLACE_FUNCS([crypt fls getopt getrusage inet_aton random rint srandom strerror strlcat strlcpy])
|
||||
|
||||
case $host_os in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user