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)) 1c281eebe19746ea253591aad'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
AgeCommit message (Expand)Author
2024-07-09gnu: janet: Update to 1.35.2....jgart
2024-07-04gnu: eisl: Update to 4.00....Guillaume Le Vaillant
2024-07-04gnu: txr: Update to 295....Guillaume Le Vaillant
2024-06-24gnu: patch: Update to latest commit [security fixes]....Maxim Cournoyer
2024-06-07gnu: eisl: Update to 3.90....Guillaume Le Vaillant
2024-06-07gnu: lisp: Sort packages....Guillaume Le Vaillant
2024-06-07gnu: ecl: Update to 24.5.10....Guillaume Le Vaillant
2024-06-07gnu: sbcl: Update to 2.4.5....Guillaume Le Vaillant
2024-06-07gnu: cl-asdf: Update to 3.3.7....Guillaume Le Vaillant
2024-05-28gnu: Add roswell....bigbug