Date: Wed, 02 Mar 2011 17:10:33 +0300 From: Konstantin Tokarev <annulen@yandex.ru> To: Matthias Apitz <guru@unixarea.de> Cc: demon@freebsd.org, freebsd-ports@freebsd.org Subject: Re: security/qca-tls 1.0_7 does not build in 9-CURRENT Message-ID: <115931299075034@web19.yandex.ru> In-Reply-To: <20110302055647.GA14612@tinyCurrent> References: <20110302055647.GA14612@tinyCurrent>
next in thread | previous in thread | raw e-mail | index | archive | help
02.03.2011, 08:56, "Matthias Apitz" <guru@unixarea.de>: > Hello, > > Compiling the above mentioned port fails with: > > # make > ===> Building for qca-tls-1.0_7 > c++ -c -pipe -Wall -W -O2 -pipe -fno-strict-aliasing -fPIC -DQCA_PLUGIN > -DOSSL_097 -DOSSL_098 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN > -DQT_SHARED -DQT_TABLET_SUPPORT > -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. > -I../../../../../local/include -I../../../../../local/include > -I/usr/local/include -o qca-tls.o qca-tls.cpp Maybe you have OpenSSL 1.0.x, and qca-tls is configured for 0.9.8? (-DOSSL_097 -DOSSL_098) These versions are source-incompatible. -- Regards, Konstantin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?115931299075034>