Skip to content
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

Replace flatpak_close_fds_workaround() with g_fdwalk_set_cloexec() #5687

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
build: Consistently put libglnx.la last in lists of dependencies
It needs to be able to satisfy dependencies of higher-level Flatpak
static libraries.

Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Feb 15, 2024
commit 740f312cfc61f921478b0739db3e794d91fa83cf
2 changes: 1 addition & 1 deletion app/Makefile.am.inc
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ flatpak_LDADD = \
$(APPSTREAM_LIBS) \
$(SYSTEMD_LIBS) \
$(POLKIT_LIBS) \
libglnx.la \
libflatpak-app.la \
libflatpak-common.la \
libflatpak-common-base.la \
libglnx.la \
$(NULL)

flatpak_CFLAGS = \
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile.am.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ testlibrary_LDADD = \
$(BASE_LIBS) \
$(FUSE_LIBS) \
$(OSTREE_LIBS) \
libglnx.la \
libflatpak.la \
libglnx.la \
$(NULL)
testlibrary_SOURCES = \
tests/can-use-fuse.c \
Expand Down