mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-03 15:18:46 +03:00
Specify dependencies libs explicitly.
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
This commit is contained in:
15
deps/libnfnetlink/libnfnetlink.pc.in
vendored
Normal file
15
deps/libnfnetlink/libnfnetlink.pc.in
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# libnfnetlink pkg-config file
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libnfnetlink
|
||||
Description: Low-level netfilter netlink communication library
|
||||
URL: http://netfilter.org/projects/libnfnetlink/
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lnfnetlink
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user