diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-09-06 14:40:52 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-09-06 14:40:52 -0500 |
commit | 48889439d115db2f064885f6bb9625d027f14d5e (patch) | |
tree | 23df303d0c8ef3ef1904e2d93ff2c983daf76953 /ubuntu/maverick/tdebase/debian/rules | |
parent | dc9490d94582494010078a468b0dd8cdd51086ed (diff) | |
download | tde-packaging-48889439d115db2f064885f6bb9625d027f14d5e.tar.gz tde-packaging-48889439d115db2f064885f6bb9625d027f14d5e.zip |
Add libtdeldap to tdebase build dependences on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdebase/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebase/debian/rules b/ubuntu/maverick/tdebase/debian/rules index 216a616be..d906ec949 100755 --- a/ubuntu/maverick/tdebase/debian/rules +++ b/ubuntu/maverick/tdebase/debian/rules @@ -63,7 +63,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_UPOWER="ON" \ -DWITH_LIBART="ON" \ -DWITH_LIBCONFIG="ON" \ - -DWITH_PCRE="ON" + -DWITH_PCRE="ON" \ + -DWITH_KRB5="ON" # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. |