diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-08 01:56:39 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-08 01:56:39 -0500 |
commit | fd86225ae03901636e3eafcd2ab342488999cbe1 (patch) | |
tree | 95e269e82b5e3982278d341e4bd8a79c10ea434c /debian/squeeze | |
parent | 71c5ddf7b369bc9614e4b6ae5410c7182bdf589d (diff) | |
download | tde-packaging-fd86225ae03901636e3eafcd2ab342488999cbe1.tar.gz tde-packaging-fd86225ae03901636e3eafcd2ab342488999cbe1.zip |
Enable pcsc, pkcs, and cryptsetup libraries on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze')
-rwxr-xr-x | debian/squeeze/tdelibs/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules index 40dbea04e..7cdbfc21c 100755 --- a/debian/squeeze/tdelibs/debian/rules +++ b/debian/squeeze/tdelibs/debian/rules @@ -51,6 +51,9 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_XRANDR="ON" \ -DWITH_XCOMPOSITE="ON" \ -DWITH_MITSHM="ON" \ + -DWITH_PCSC="ON" \ + -DWITH_PKCS="ON" \ + -DWITH_CRYPTSETUP="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to |