projects
/
platform
/
upstream
/
cryptsetup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Makefile: Add security compiling option (RELRO, SC, and FORTIFY)
[platform/upstream/cryptsetup.git]
/
lib
/
libcryptsetup.pc.in
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@
5
6
Name: cryptsetup
7
Description: cryptsetup library
8
Version: @LIBCRYPTSETUP_VERSION@
9
Cflags: -I${includedir}
10
Libs: -L${libdir} -lcryptsetup
11
Requires.private: @PKGMODULES@