Ticket #1168: otr-link-with-gcrypt.patch

File otr-link-with-gcrypt.patch, 473 bytes (added by dx, at 2014-07-31T10:10:46Z)
  • configure

    diff --git a/configure b/configure
    index 6a0ca60..bd57b19 100755
    a b fi 
    605605if [ "$otr" = 1 ]; then
    606606        # BI == built-in
    607607        echo '#define OTR_BI' >> config.h
    608         echo "EFLAGS+=-L${otrprefix}/lib -lotr" >> Makefile.settings
     608        echo "EFLAGS+=-L${otrprefix}/lib -lotr -lgcrypt" >> Makefile.settings
    609609        echo "CFLAGS+=-I${otrprefix}/include" >> Makefile.settings
    610610        echo 'OTR_BI=otr.o' >> Makefile.settings
    611611elif [ "$otr" = "plugin" ]; then