Upstream status: https://github.com/CCExtractor/ccextractor/pull/1505 From 272e0e1410135c3a5de105cecce400c7b2a9ed5b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 17 Mar 2023 09:49:29 -0400 Subject: [PATCH] linux/Makefile.am: Add missing generated header. This header is generated by the pre-build.sh script. The compilation fails if it is missing. * linux/Makefile.am (ccextractor_SOURCES): Add ../src/lib_ccx/compile_info_real.h. --- linux/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/Makefile.am b/linux/Makefile.am index fddc26a5..f83f1eff 100644 --- a/linux/Makefile.am +++ b/linux/Makefile.am @@ -118,6 +118,7 @@ ccextractor_SOURCES = \ ../src/lib_ccx/bitstream.h \ ../src/lib_ccx/ccx_common_option.c \ ../src/lib_ccx/ccx_common_common.c \ + ../src/lib_ccx/compile_info_real.h \ ../src/lib_ccx/utility.c \ ../src/lib_ccx/activity.c \ ../src/lib_ccx/asf_functions.c \ base-commit: cb496a711923c984251483776e652ca9c027513c -- 2.39.1 /a>summaryrefslogtreecommitdiff
path: root/gnu/packages/busybox.scm
AgeCommit message (Expand)Author
2021-03-19gnu: busybox: Update to 1.33.0....* gnu/packages/busybox.scm (busybox): Update to 1.33.0. Léo Le Bouter
2021-03-19gnu: busybox: Fix CVE-2021-28831....* gnu/packages/patches/busybox-CVE-2021-28831.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/busybox.scm (busybox): Apply it. Léo Le Bouter
2021-01-14gnu: busybox: Update to 1.32.1....* gnu/packages/busybox.scm (busybox): Update to 1.32.1. Tobias Geerinckx-Rice
2020-12-11gnu: toybox: Cross compile....* gnu/packages/busybox.scm (toybox)[arguments]: Use cc-for-target. Efraim Flashner
2020-12-11gnu: busybox: Update to 1.32.0....* gnu/packages/busybox.scm (busybox): Update to 1.32.0. [source]: Remove patch. * gnu/packates/patches/busybox-1.31.1-fix-build-with-glibc-2.31.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner
2020-06-30gnu: busybox: Accept make-flags....* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[configure]: Accept MAKE-FLAGS and use them. [check]: Accept MAKE-FLAGS and use them. [install]: Accept MAKE-FLAGS and use them. Danny Milosavljevic
2020-06-14gnu: busybox: Update to 1.31.1....* gnu/packages/patches/busybox-1.31.1-fix-build-with-glibc-2.31.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/busybox.scm (busybox): Update to 1.31.1. [source]: Use patch. [arguments]<#:phases>[check]: Fix test. Danny Milosavljevic
2020-06-14gnu: busybox: Make build reproducible....* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]: New phase. Danny Milosavljevic
2020-05-20gnu: toybox: Update to 0.8.3....* gnu/packages/busybox.scm (toybox): Update to 0.8.3. Tobias Geerinckx-Rice