Skip to content

Commit

Permalink
Static -lfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 18, 2017
1 parent cb3f602 commit f72fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ objcopy --add-section .sha256_sig=1024_blank_bytes \
# and embed .upd_info and .sha256_sig sections
$CC -o runtime ../elf.c ../notify.c ../getsection.c runtime3.o \
../squashfuse/.libs/libsquashfuse_ll.a ../squashfuse/.libs/libsquashfuse.a ../squashfuse/.libs/libfuseprivate.a \
-L../xz-5.2.3/build/lib -Wl,-Bdynamic -lfuse -lpthread -lz -Wl,-Bstatic -llzma -Wl,-Bdynamic -ldl
-L../xz-5.2.3/build/lib -Wl,-Bdynamic -lpthread -lz -Wl,-Bstatic -lfuse -llzma -Wl,-Bdynamic -ldl
strip runtime

# Test if we can read it back
Expand Down

0 comments on commit f72fb3c

Please sign in to comment.