Package: swig / 4.0.2-1

Metadata

Package Version Patches format
swig 4.0.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ccache_program_transform.patch | (download)

CCache/Makefile.in | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 allow transforming executable names again
ccache rename.diff | (download)

CCache/Makefile.in | 1 1 + 0 - 0 !
CCache/ccache.c | 15 12 + 3 - 0 !
CCache/ccache.h | 2 0 + 2 - 0 !
3 files changed, 13 insertions(+), 5 deletions(-)

 work around renaming of ccache-swig binary
 The package suffixes binaries with the major version, which changes
 ccache-swig to ccache-swig4.0. However, ccache is sensitive to the
 name of its binary. The test did not take the program-suffix configure
 option into account.
 .
 This is fixed with this patch, however, the original name will not
 work anymore here (ccache-swig is probably broken now, calling it
 via the installed symlink should work though).
 .
 The patch replaces the macro MYNAME to refer to the installed name
 of the ccache-swig binary.

ccache use cppflags | (download)

CCache/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---