]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3993] Remove install_umask=0027 in meson.build
authorAndrei Pavel <andrei@isc.org>
Wed, 13 May 2026 12:15:48 +0000 (15:15 +0300)
committerAndrei Pavel <andrei@isc.org>
Fri, 22 May 2026 12:52:14 +0000 (15:52 +0300)
meson.build

index 85b29a7b7f5dc4ce200958e3bab081bc953e2eb1..3fad273913127e3a2387b5121f7a1461fb7d6ae9 100644 (file)
@@ -28,7 +28,6 @@ project(
         'b_pie=true',
         'debug=true',
         'optimization=2',
-        'install_umask=0027',
         'warning_level=2',
     ],
 )