Files
Nick Korotysh a5925cfc86 fixed pkg-config file libraries list generation
do not append '-l' to anything starting with '-'

previously cmake-generated pkg-config file contained next line:

  Libs: -L${libdir} -ltorrent-rasterbar -l-pthread -lssl -lcrypto

(note '-l' before '-pthread', even without space)

the same line with this fix included is correct:

  Libs: -L${libdir} -ltorrent-rasterbar -pthread -lssl -lcrypto
2022-05-07 12:04:46 +02:00
..
2018-05-14 09:08:19 +02:00