GNOME Bugzilla – Bug 671196
build: link against libgcrypt if required
Last modified: 2012-03-02 12:50:24 UTC
AmazonAMZ decoding with libgcrypt enabled gets to this build error, as totem-pl-parser is not linked against libgcrypt. CC parser-parser.o CCLD disc ../.libs/libtotem-plparser.so: error: undefined reference to 'gcry_cipher_open' ../.libs/libtotem-plparser.so: error: undefined reference to 'gcry_strerror' ../.libs/libtotem-plparser.so: error: undefined reference to 'gcry_cipher_setkey' ../.libs/libtotem-plparser.so: error: undefined reference to 'gcry_cipher_close' ../.libs/libtotem-plparser.so: error: undefined reference to 'gcry_cipher_setiv' ../.libs/libtotem-plparser.so: error: undefined reference to 'gcry_cipher_decrypt' collect2: ld returned 1 exit status make[4]: *** [disc] Error 1
Created attachment 208840 [details] [review] build: link against libgcrypt if required
Fixed slightly differently, please reopen if it still fails. commit 215006e0d4d0368d4cb27e0f7369137944091c2d Author: Bastien Nocera <hadess@hadess.net> Date: Fri Mar 2 12:49:42 2012 +0000 build: Fix compilation with libgcrypt https://bugzilla.gnome.org/show_bug.cgi?id=671196