diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-12-28 18:04:20 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-12-28 18:50:42 +0100 |
commit | 9907c84954f4b9f99d3c39dd0d1e11eb15bd55a1 (patch) | |
tree | 2eca9d0dde5df38fc184320ac65483f6cc53ec3a /debian/_base | |
parent | 93267e7626929984095b0f2d9db83adb7b3fb31f (diff) | |
download | tde-packaging-9907c84954f4b9f99d3c39dd0d1e11eb15bd55a1.tar.gz tde-packaging-9907c84954f4b9f99d3c39dd0d1e11eb15bd55a1.zip |
DEB tdebase: Enable new option WITH_SFTP.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eb50365a2fb54ea593753c418a71f7ef3e274c64)
Diffstat (limited to 'debian/_base')
-rwxr-xr-x | debian/_base/core/tdebase/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/_base/core/tdebase/debian/rules b/debian/_base/core/tdebase/debian/rules index f7d58351a..e86e0401a 100755 --- a/debian/_base/core/tdebase/debian/rules +++ b/debian/_base/core/tdebase/debian/rules @@ -45,6 +45,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="OFF" \ -DWITH_LDAP="ON" \ -DWITH_SAMBA="ON" \ + -DWITH_SFTP="ON" \ -DWITH_LIBUSB="ON" \ -DWITH_LIBRAW1394="ON" \ -DWITH_OPENEXR="ON" \ |