Skip to content
Snippets Groups Projects
Commit 0418ee70 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: zlib: build with PIC

I got a Linux x86-64 build complaining it was not built with PIC.
parent 007e5d91
No related branches found
No related tags found
Loading
Pipeline #283825 passed with stage
in 54 minutes and 45 seconds
......@@ -26,7 +26,7 @@ ZLIB_CONF = -DINSTALL_PKGCONFIG_DIR:STRING=$(PREFIX)/lib/pkgconfig -DBUILD_EXAMP
.zlib: zlib toolchain.cmake
$(CMAKECLEAN)
$(HOSTVARS) $(CMAKE) $(ZLIB_CONF)
$(HOSTVARS) $(CMAKE_PIC) $(ZLIB_CONF)
+$(CMAKEBUILD)
$(CMAKEINSTALL)
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment