diff --git a/configure b/configure index af1fa13e86..b3d99a135b 100755 --- a/configure +++ b/configure @@ -1880,6 +1880,7 @@ case $target_os in sunos) FFSERVERLDFLAGS="" SHFLAGS='-shared -Wl,-h,$$(@F)' + enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS" network_extralibs="-lsocket -lnsl" add_cppflags -D__EXTENSIONS__ ;;