diff options
author | Slávek Banko <[email protected]> | 2023-12-28 18:04:20 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-12-28 18:04:20 +0100 |
commit | eb50365a2fb54ea593753c418a71f7ef3e274c64 (patch) | |
tree | d775c056807bddaed89620c71dbb22363f39d6cd /debian | |
parent | b0a79765426ca05db2a92a223cab60238e510f88 (diff) | |
download | tde-packaging-eb50365a2fb54ea593753c418a71f7ef3e274c64.tar.gz tde-packaging-eb50365a2fb54ea593753c418a71f7ef3e274c64.zip |
DEB tdebase: Enable new option WITH_SFTP.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian')
-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" \ |