Skip to content

Commit

Permalink
Steam Link: [depends] Build zlib with -fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Feb 4, 2019
1 parent 1c958ef commit a9a4c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/target/zlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION=1.2.11
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
# configuration settings
CONFIGURE= RANLIB="$(RANLIB)" LD="$(LD)" AR="$(AR)" CC="$(CC)" CFLAGS="$(CFLAGS)" ./configure --prefix=$(PREFIX) --static
CONFIGURE= RANLIB="$(RANLIB)" LD="$(LD)" AR="$(AR)" CC="$(CC)" CFLAGS="$(CFLAGS) -fPIC" ./configure --prefix=$(PREFIX) --static

LIBDYLIB=$(PLATFORM)/$(LIBNAME).a

Expand Down

0 comments on commit a9a4c3d

Please sign in to comment.