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)) 7944930a75ee5ac5d174356'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ntp.scm
AgeCommit message (Expand)Author
2020-12-13gnu: openntpd: Update to 6.8p1....* gnu/packages/ntp.scm (openntpd): Update to 6.8p1. Tobias Geerinckx-Rice
2020-10-13gnu: libcap: Make 'libcap/next' the default libcap....* gnu/packages/avahi.scm (avahi)[inputs]: Refer to LIBCAP-2.31 instead of LIBCAP. * gnu/packages/base.scm (coreutils)[inputs]: Likewise. * gnu/packages/linux.scm (libcap): Rename to ... (libcap-2.31): ... this. (libcap/next): Rename to ... (libcap): ... this. (libcap/next): Define as deprecated alias for LIBCAP. (fakeroot)[inputs]: Change from LIBCAP/NEXT to LIBCAP. * gnu/packages/ntp.scm (chrony, ntp)[inputs]: Likewise. Marius Bakke
2020-10-08gnu: chrony: Support Network Time Security (NTS)....* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls. Tobias Geerinckx-Rice
2020-10-08gnu: chrony: Update to 4.0....* gnu/packages/ntp.scm (chrony): Update to 4.0. Tobias Geerinckx-Rice
2020-09-13gnu: Fix a crash in NTP and Chrony....Fixes <https://bugs.gnu.org/43321>. * gnu/packages/ntp.scm (ntp, chrony)[inputs]: Replace libcap with libcap/next. Leo Famulari
2020-08-20gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367]....* gnu/packages/ntp.scm (chrony): Update to 3.5.1. Tobias Geerinckx-Rice
2020-07-11gnu: ntp: Update to 4.2.8p15 [security fixes]....* gnu/packages/ntp.scm (ntp): Update to 4.2.8p15. [source]: Swap order of URIs. Tobias Geerinckx-Rice