Branch: master

fd86225a 2015-09-08 01:56:39 Timothy Pearson
Enable pcsc, pkcs, and cryptsetup libraries on Debian and Ubuntu
M debian/lenny/tdelibs/debian/rules
M debian/squeeze/tdelibs/debian/rules
M ubuntu/maverick/tdelibs/debian/rules
diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules
index beb3cf1..411bd20 100755
--- a/debian/lenny/tdelibs/debian/rules
+++ b/debian/lenny/tdelibs/debian/rules
@@ -51,6 +51,9 @@
  -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 40dbea0..7cdbfc2 100755
--- a/debian/squeeze/tdelibs/debian/rules
+++ b/debian/squeeze/tdelibs/debian/rules
@@ -51,6 +51,9 @@
  -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/ubuntu/maverick/tdelibs/debian/rules b/ubuntu/maverick/tdelibs/debian/rules
index f7916b3..f2d42dc 100755
--- a/ubuntu/maverick/tdelibs/debian/rules
+++ b/ubuntu/maverick/tdelibs/debian/rules
@@ -51,6 +51,9 @@
  -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