Skip to content

Freebsd #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 3, 2017
Merged

Freebsd #189

merged 3 commits into from
Aug 3, 2017

Conversation

bapt
Copy link
Contributor

@bapt bapt commented Aug 3, 2017

Upstream FreeBSD changes and fix build with meson

@Nikratio
Copy link
Contributor

Nikratio commented Aug 3, 2017

Wow, thanks a lot! Much appreciated.

@Nikratio Nikratio merged commit 8f3c800 into libfuse:master Aug 3, 2017
Copy link
Contributor

@Nikratio Nikratio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused by this patch. As far as I can tell, it does almost no change to the semantics. Its only effect is to prevent subtype from being passed through. The rest just introduces fsname in several function and variable names. Note especially that the add_default_fsname function is identical to add_default_subtype. Should line 179 maybe changed to -ofsname=%s?
Am I missing something?

@Nikratio
Copy link
Contributor

Nikratio commented Aug 3, 2017

...where "this patch" is the "Support fsname= option" commit.

@@ -92,7 +92,10 @@ thread_dep = dependency('threads')
#
# Read build files from sub-directories
#
subdirs = [ 'lib', 'include', 'util', 'example', 'doc', 'test' ]
subdirs = [ 'lib', 'include', 'example', 'doc', 'test' ]
if not host_machine.system().startswith('freebsd')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this works? According to http://mesonbuild.com/Reference-manual.html#build_machine-object the test should be host_machine.system() == 'bsd'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants