Skip to content

Commit

Permalink
Steam Link: [depends] Build libudev using --with-pic
Browse files Browse the repository at this point in the history
Compiler error was:

libudev.a(util.o)(.text+0x2f0): R_ARM_TLS_LE32 relocation not permitted in shared object
  • Loading branch information
garbear committed Feb 4, 2019
1 parent a9a4c3d commit 63fb623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/target/libudev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz

# configuration settings
CONFIGURE=./configure --prefix=$(PREFIX) --disable-shared --enable-static --enable-introspection=no --disable-programs --disable-blkid --disable-selinux --disable-manpages --disable-kmod --disable-mtd_probe
CONFIGURE=./configure --prefix=$(PREFIX) --disable-shared --enable-static --enable-introspection=no --disable-programs --disable-blkid --disable-selinux --disable-manpages --disable-kmod --disable-mtd_probe --with-pic

LIBDYLIB=$(PLATFORM)/src/libudev/.libs/libudev.la

Expand Down

0 comments on commit 63fb623

Please sign in to comment.