# # # patch "m4/botan.m4" # from [79b58dbd64c54afb9bd328a94556bd798b02a7bf] # to [9f49602cf6068f13170e1ddee1599ebe3cfd52b0] # ============================================================ --- m4/botan.m4 79b58dbd64c54afb9bd328a94556bd798b02a7bf +++ m4/botan.m4 9f49602cf6068f13170e1ddee1599ebe3cfd52b0 @@ -13,8 +13,10 @@ AC_DEFUN([MTN_FIND_BOTAN], # -L switches for directories that the compiler will search # automatically. BOTAN_LIBS="`botan-config --libs | \ - sed -e 's:-L */usr/lib/*::' -e 's:-R */usr/lib/*::' \ - -e 's:-L */lib/*::' -e 's:-R */lib/*::'`" + sed -e 's:-L */usr/lib\(64\)\?/*::' \ + -e 's:-R */usr/lib\(64\)\?/*::' \ + -e 's:-L */lib\(64\)\?/*::' \ + -e 's:-R */lib\(64\)\?/*::'`" found_botan=yes