Link pinentry with a static libstdc++
This avoids a depedency to libstdc++.dll. * src/Makefile.am: Add CXXFLAGS for pinentry to link static libstdc++
- This should be safe as pinentry neither does exceptions nor dynamic loading. Qt itself also links libstdc++ statically.