mirror of https://github.com/getdnsapi/getdns.git
Solaris port, add -D flag to get strdup.
This commit is contained in:
parent
e80082aeaf
commit
031f26801a
|
@ -3221,6 +3221,8 @@ case "$host_os" in
|
||||||
# pick up strdup() declaration
|
# pick up strdup() declaration
|
||||||
# in <string.h>
|
# in <string.h>
|
||||||
;;
|
;;
|
||||||
|
solaris* ) CFLAGS="$CFLAGS -D__EXTENSIONS__" # for strdup() from <string.h>
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# always use ./libtool unless override from commandline (libtool=mylibtool)
|
# always use ./libtool unless override from commandline (libtool=mylibtool)
|
||||||
|
|
|
@ -22,6 +22,8 @@ case "$host_os" in
|
||||||
# pick up strdup() declaration
|
# pick up strdup() declaration
|
||||||
# in <string.h>
|
# in <string.h>
|
||||||
;;
|
;;
|
||||||
|
solaris* ) CFLAGS="$CFLAGS -D__EXTENSIONS__" # for strdup() from <string.h>
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# always use ./libtool unless override from commandline (libtool=mylibtool)
|
# always use ./libtool unless override from commandline (libtool=mylibtool)
|
||||||
|
|
Loading…
Reference in New Issue