mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] build error ssmtp-2.64 with ptxdist-2012.12.0
@ 2013-01-25 13:29 Markus Mehlan
  0 siblings, 0 replies; only message in thread
From: Markus Mehlan @ 2013-01-25 13:29 UTC (permalink / raw)
  To: ptxdist

Hi,

I get a build error, when i build ssmtp with ssl-support. I am using
ptxdist-2012.12.0.

/home/meh/projects/pvcontrol/ptxdist/PVCONTROL-ptxdist/platform-mini2440/
sysroot-target/usr/lib/libcrypto.so.1.0.0:
could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: Leaving directory
`/home/meh/projects/pvcontrol/ptxdist/PVCONTROL-ptxdist/platform-mini2440/
build-target/ssmtp-2.64'


This patch resolves the problem.

diff -Naur ssmtp-2.64.orig/configure ssmtp-2.64/configure
--- ssmtp-2.64.orig/configure	2013-01-24 08:03:35.260594453 +0100
+++ ssmtp-2.64/configure	2013-01-25 14:09:52.860939049 +0100
@@ -1562,7 +1562,7 @@
 #define HAVE_SSL 1
 EOF
 
-	LIBS="$LIBS -lssl"
+	LIBS="$LIBS -lssl -lcrypto"
 fi
 enableval=""

Best regards,
Markus


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-25 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-25 13:29 [ptxdist] build error ssmtp-2.64 with ptxdist-2012.12.0 Markus Mehlan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox