From: cypromis Date: Tue, 25 Jan 2011 02:24:35 +0000 (+0100) Subject: gpg-error is needed on c flags as well on solaris X-Git-Tag: v1.2-rc1~187^2~13^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce63feadf86bf4321aa184311996d010aab59f8;p=thirdparty%2Ffreeswitch.git gpg-error is needed on c flags as well on solaris --- diff --git a/libs/iksemel/configure.ac b/libs/iksemel/configure.ac index 1b8af13683..7761eb0295 100644 --- a/libs/iksemel/configure.ac +++ b/libs/iksemel/configure.ac @@ -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