kenorb-contrib / tg

`telegram-cli` for Telegram IM
https://github.com/telegramdesktop/tdesktop
GNU General Public License v2.0
382 stars 52 forks source link

Possibly erroneous explicit libraries in Makefile.in #30

Open NaruFGT opened 3 years ago

NaruFGT commented 3 years ago

@Surye added explicit libraries to Makefile.in and the rational appears to be related to CentOS builds. In my experience CentOS builds suffer from outdated autotools and it might be necessary to explicitly specify LDFLAGS but I can't find an instance where we use pthreads. If CentOS still requires this explicit not-so-auto autotools fix, can we ifeq TARGET_OS CentOS this bit? I think we need to also determine if linking pthreads is necessary in the first place.