Skip to content

Commit f91c0e6

Browse files
committed
add fPIC flag to curl
1 parent aec6512 commit f91c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/src/curl/rules.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DEPS_curl = zlib $(DEPS_zlib)
1818
DEPS_curl = openssl $(DEPS_openssl)
1919

2020
.curl: curl .zlib .openssl
21-
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) \
21+
cd $< && $(HOSTVARS_PIC) ./configure $(HOSTCONF) \
2222
--with-ssl \
2323
--with-zlib \
2424
cd $< && $(MAKE)

0 commit comments

Comments
 (0)