mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-11 23:12:57 +00:00
gpg-error is needed on c flags as well on solaris
This commit is contained in:
parent
6477d3f87e
commit
7ce63feadf
@ -83,7 +83,7 @@ AC_ARG_ENABLE(64,
|
||||
|
||||
if test "x${ax_cv_c_compiler_vendor}" = "xsun" ; then
|
||||
if test "${enable_64}" = "yes"; then
|
||||
CFLAGS="$CFLAGS -m64"
|
||||
CFLAGS="$CFLAGS -m64 -lgpg-error"
|
||||
CXXFLAGS="$CXXFLAGS -m64 -lgpg-error"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user