Skip to content

Commit

Permalink
ATOR-PROTOCOL-100 - modify configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Oct 15, 2024
1 parent e5e09bf commit d17fd68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ AC_ARG_ENABLE(android,

if test "x$enable_android" = "xyes"; then
asciidoc=false
enable_html_manual=no
enable_manpage=no
enable_html_manual=yes
enable_manpage=yes
enable_jni=yes
enable_pic=yes
enable_system_torrc=no
enable_system_torrc=yes
enable_tool_name_check=no
have_systemd=no
have_systemd=yes

need_cross_compiling_host=no
if test "x$cross_compiling" != "xyes"; then
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ override_dh_auto_build:
override_dh_install-arch:
dh_missing --list-missing

rm -f debian/anon/etc/anon/anonrc.sample
rm debian/anon/etc/anon/anonrc.sample
cp build/src/config/anonrc.minimal debian/anon/etc/anon/anonrc

cp debian/anon.apparmor-profile debian/anon/etc/apparmor.d/system_anon
Expand Down

0 comments on commit d17fd68

Please sign in to comment.