mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
10 lines
349 B
Diff
10 lines
349 B
Diff
--- a/src/libtsduck/config/tsduck.pc
|
|
+++ b/src/libtsduck/config/tsduck.pc
|
|
@@ -8,5 +8,5 @@
|
|
Requires: libpcsclite
|
|
Requires.private: libcurl, srt, librist, libedit, libusb-1.0
|
|
Libs: -L${libdir} -ltsduck
|
|
-Libs.private: -lprocstat -lkvm -lpthread -lrt -latomic -ldl -lm -lstdc++
|
|
+Libs.private: -ldl -lm
|
|
Cflags: -I${prefix}/include/tsduck --std=c++11
|