Skip to content

Commit

Permalink
cmake: remove unused readline option
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens authored and BareosBot committed Jan 30, 2024
1 parent 40b0244 commit dea0881
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions cmake/BareosSetVariableDefaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,6 @@ if(NOT DEFINED python)
set(python ON)
endif()

# readline
if(NOT DEFINED readline)
set(readline ON)
endif()

# batch-insert
if((NOT DEFINED batch-insert) OR (${batch-insert}))
set(batch-insert ON)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=ON \
-Dlogdir=/var/log/bareos \
-Dsubsys-dir=/var/lock \
-Dpython=yes\
-Dreadline=yes\
-Dreadline=${LOCALBASE} \
-Dbatch-insert=yes\
-Ddynamic-cats-backends=yes\
Expand Down
1 change: 0 additions & 1 deletion core/platforms/packaging/bareos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,6 @@ cmake .. \
%if 0%{?python_plugins}
-Dpython=yes \
%endif
-Dreadline=yes \
-Dbatch-insert=yes \
-Ddynamic-cats-backends=yes \
-Ddynamic-storage-backends=yes \
Expand Down
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ define CONFIGURE_COMMON
-Dsubsysdir=/var/lock \
-DSHARE_INSTALL_PREFIX:PATH=/usr/share \
-Dwebuiconfdir=/etc/bareos-webui \
-Dreadline=yes \
-Dbatch-insert=yes \
-Ddynamic-cats-backends=yes \
-Ddynamic-storage-backends=yes \
Expand Down

0 comments on commit dea0881

Please sign in to comment.