mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
(cherry picked from commit 898496ee09ed2b7d25f6807edc4515628196ec0a) Disable byteswap.h for now. (cherry picked from commit 90474518912f5e5f49bc5325b7f88e94eba64d6a)
11 lines
234 B
PkgConfig
11 lines
234 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libmagic
|
|
Description: Magic number recognition library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmagic
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|