Add missing flags. --- psm-3.3/ipath/Makefile~ 1970-01-01 01:00:00.000000000 +0100 +++ psm-3.3/ipath/Makefile 2017-10-22 15:10:10.269177711 +0100 @@ -73,7 +73,7 @@ ${TARGLIB}.so.${MAJOR}.${MINOR}: ${${TARGLIB}-objs} date +'static __attribute__ ((unused)) char __psc_infinipath_revision[] ="$$""Date: %F %R ${rpm_extra_description}InfiniPath $$";' > _revision.c $(CC) -c $(BASECFLAGS) $(INCLUDES) _revision.c -o _revision.o - $(CC) -o $@ -Wl,-soname=${TARGLIB}.so.${MAJOR} -shared \ + $(CC) -o $@ -Wl,-soname=${TARGLIB}.so.${MAJOR} $(LDFLAGS) -shared \ -Wl,--unique='*fastpath*' \ ${${TARGLIB}-objs} _revision.o $(LDFLAGS) $(if $(MIC:0=),$(SCIF_LINK_FLAGS)) 9c7ca52a2a3f4eed82b546899d57fec'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/build-self.scm
AgeCommit message (Expand)Author
2021-11-27build-self: Help users to submit useful bug reports....Tobias Geerinckx-Rice
2021-04-29download: Use Disarchive as a last resort....Timothy Sample
2021-04-01build-self: Take care of the spinner in the parent process....Ludovic Courtès
2021-04-01build-self: Forward sub-process build output to (current-build-output-port)....Ludovic Courtès
2021-03-19build-self: Silent Guile warnings while computing the derivation....Ludovic Courtès
2021-02-04channels: Record 'guix' channel metadata in (guix config)....Ludovic Courtès
2021-02-01guix package: Add '--export-channels'....Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe