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 | |
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')
-rwxr-xr-x | debian/lenny/tdelibs/debian/rules | 3 | ||||
-rwxr-xr-x | debian/squeeze/tdelibs/debian/rules | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules index beb3cf1da..411bd20e2 100755 --- a/debian/lenny/tdelibs/debian/rules +++ b/debian/lenny/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 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 |