| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/fusefs-sshfs/files/ |
Upload File : |
--- meson.build.orig 2018-12-22 14:33:52 UTC
+++ meson.build
@@ -19,12 +19,7 @@ int main(void) {
(void) get_4();
return 0;
}'''
-if not cc.compiles(code, args: [ '-O0', '-Werror=unused-result' ])
- message('Compiler warns about unused result even when casting to void')
- add_global_arguments('-Wno-unused-result', language: 'c')
-endif
-
rst2man = find_program('rst2man', 'rst2man.py', required: false)
cfg = configuration_data()
@@ -62,11 +57,6 @@ if rst2man.found()
else
message('rst2man not found, not building manual page.')
endif
-
-meson.add_install_script('utils/install_helper.sh',
- get_option('sbindir'),
- get_option('bindir'))
-
subdir('test')