Patch by Andreas Enge . Remedy the absence of ldconfig and explicitly create an additional symbolic link to the flint library, as discussed privately with upstream. diff -r -u flint-2.5.2.orig/configure flint-2.5.2/configure --- flint-2.5.2.orig/configure 2015-08-13 18:16:22.000000000 +0200 +++ flint-2.5.2/configure 2015-08-14 17:38:14.316284437 +0200 @@ -714,6 +714,7 @@ echo "FLINT_SHARED=$SHARED" >> Makefile echo "FLINT_LIB=$FLINT_LIB" >> Makefile echo "FLINT_LIBNAME=$FLINT_LIBNAME" >> Makefile +echo "FLINT_MAJOR=$FLINT_MAJOR" >> Makefile echo "FLINT_SOLIB=$FLINT_SOLIB" >> Makefile echo "EXEEXT=$EXEEXT" >> Makefile echo "PREFIX=$PREFIX" >> Makefile diff -r -u flint-2.5.2.orig/Makefile.in flint-2.5.2/Makefile.in --- flint-2.5.2.orig/Makefile.in 2015-08-13 18:16:22.000000000 +0200 +++ flint-2.5.2/Makefile.in 2015-08-14 17:38:50.584774817 +0200 @@ -118,6 +118,7 @@ $(LDCONFIG) -n "$(CURDIR)"; \ fi ln -sf "$(FLINT_LIB)" "$(FLINT_LIBNAME)"; \ + ln -sf "$(FLINT_LIB)" "$(FLINT_LIBNAME).$(FLINT_MAJOR)"; \ libflint.a: $(OBJS) $(LIB_SOURCES) $(EXT_SOURCES) $(HEADERS) $(EXT_HEADERS) | build build/interfaces $(AT)$(foreach ext, $(EXTENSIONS), $(foreach dir, $(filter-out %templates, $(patsubst $(ext)/%.h, %, $(wildcard $(ext)/*.h))), mkdir -p build/$(dir); BUILD_DIR=$(CURDIR)/build/$(dir); export BUILD_DIR; MOD_DIR=$(dir); export MOD_DIR; $(MAKE) -f $(CURDIR)/Makefile.subdirs -C $(ext)/$(dir) static || exit $$?;)) s/chez.scm?id=35c8d631d2bd63c64e863b5509f29fdcb7f856e6'>diff
path: root/gnu/packages/chez.scm
AgeCommit message (Expand)Author
2023-07-18gnu: Deprecate `texlive-tiny'....Nicolas Goaziou
2023-07-18gnu: chez-web: Fix build....Nicolas Goaziou
2023-07-18gnu: Rationalize texlive-updmap.cfg and texlive-tiny inputs....Nicolas Goaziou
2023-07-18gnu: texlive-tex-plain -> texlive-plain....Nicolas Goaziou
2023-07-18gnu: texlive-fonts-ec -> texlive-ec....Nicolas Goaziou
2023-07-18gnu: texlive-dvips-l3backend -> texlive-l3backend....Nicolas Goaziou
2023-07-14gnu: racket: Update to 8.9....Philip McGrath
2023-03-26gnu: chez-scheme-for-racket-bootstrap-bootfiles: change for aarch64....Tim Johann
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2023-02-19gnu: racket: Update to 8.8....Philip McGrath
2023-02-11utils: Add target-little-endian?....Philip McGrath
2022-11-20gnu: chez-scheme-for-racket: Support riscv64....Philip McGrath
2022-11-20gnu: racket: Update to 8.7....Philip McGrath