[vlc-commits] [Git][videolan/vlc][master] contrib: zlib: build with PIC

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Nov 16 19:44:28 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
0418ee70 by Steve Lhomme at 2022-11-16T18:46:41+00:00
contrib: zlib: build with PIC

I got a Linux x86-64 build complaining it was not built with PIC.

- - - - -


1 changed file:

- contrib/src/zlib/rules.mak


Changes:

=====================================
contrib/src/zlib/rules.mak
=====================================
@@ -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 $@



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0418ee7069b252d37173064466a9d1b0f64e1890

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0418ee7069b252d37173064466a9d1b0f64e1890
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list