File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ LDLIBS := -lqubes-rpc-filecopy -lqubes-pure
1919
2020all : vm-file-editor qopen-in-vm qfile-agent qfile-unpacker tar2qfile qubes-fs-tree-check bin-qfile-unpacker
2121
22+ ifdef DEVEL_BUILD
2223# Ensure that these programs can find their shared libraries,
2324# even when installed in e.g. a TemplateBasedVM to somewhere other
2425# than /usr.
2526vm-file-editor qopen-in-vm qfile-agent qfile-unpacker tar2qfile qubes-fs-tree-check : LDFLAGS += '-Wl,-rpath,$$ORIGIN/../../$$LIB'
2627# This is installed in /usr/bin, not /usr/lib/qubes, so it needs a different rpath.
2728bin-qfile-unpacker : LDFLAGS += '-Wl,-rpath,$$ORIGIN/../$$LIB'
29+ endif
30+
2831bin-qfile-unpacker : qfile-unpacker.o gui-fatal.o
2932 $(CC ) $(LDFLAGS ) -o $@ $^ $(LDLIBS )
3033qubes-fs-tree-check : LDLIBS := -lqubes-pure
You can’t perform that action at this time.
0 commit comments