mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/mpv: fix reproducible build issues
Do not include the build date when creating reproducible builds. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f0b1b5a795
commit
083b48194f
@ -28,6 +28,10 @@ MPV_CONF_OPTS = \
|
||||
--disable-uchardet \
|
||||
--disable-vapoursynth
|
||||
|
||||
ifeq ($(BR2_REPRODUCIBLE),y)
|
||||
MPV_CONF_OPTS += --disable-build-date
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
MPV_CONF_OPTS += --disable-libmpv-shared --enable-libmpv-static
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user