2
1
Эх сурвалжийг харах

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>
Bernd Kuhls 4 жил өмнө
parent
commit
083b48194f
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      package/mpv/mpv.mk

+ 4 - 0
package/mpv/mpv.mk

@@ -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