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)) 2a9f041bb351d99ba0ce16dc0'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
AgeCommit message (Expand)Author
2018-09-20gnu: opusfile: Update to 0.11....* gnu/packages/xiph.scm (opusfile): Update to 0.11. Tobias Geerinckx-Rice
2018-03-20Merge branch 'master' into core-updatesMark H Weaver
2018-03-18Merge branch 'master' into stagingMarius Bakke
2018-03-17gnu: libvorbis: Ungraft....* gnu/packages/xiph.scm (libvorbis): Update to 1.3.6. [replacement]: Remove field. [source]: Remove patches. (libvorbis-1.3.6): Remove variable. Mark H Weaver
2018-03-16gnu: libvorbis: Replace with 1.3.6 [fixes CVE-2018-5146]....* gnu/packages/xiph.scm (libvorbis)[replacement]: New field. (libvorbis-1.3.6): New public variable. Marius Bakke
2018-03-12gnu: libogg: Update to 1.3.3....* gnu/packages/xiph.scm (libogg): Update to 1.3.3. Marius Bakke
2018-02-16Merge branch 'master' into core-updatesMark H Weaver
2018-02-16gnu: opusfile: Update to 0.10....* gnu/packages/xiph.scm (opusfile): Update to 0.10. Tobias Geerinckx-Rice
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-15gnu: opusfile: Update to 0.9....* gnu/packages/xiph.scm (opusfile): Update to 0.9. Tobias Geerinckx-Rice
2018-01-15gnu: xiph: Use HTTPS for home pages where possible....* gnu/packages/xiph.org (libogg, libvorbis, libtheora, ao, flac) (vorbis-tools, opusfile, icecast)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-01-11gnu: libvorbis: Integrate grafted patches....* gnu/packages/xiph.scm (libvorbis)[replacement]: Remove field. [source]: Add patches from libvorbis/fixed. (libvorbis/fixed): Remove variable. Leo Famulari
2018-01-11gnu: libvorbis: Fix CVE-2017-{14632,14633}....* gnu/packages/patches/libvorbis-CVE-2017-14632.patch, gnu/packages/patches/libvorbis-CVE-2017-14633.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xiph.scm (libvorbis)[replacement]: New field. (libvorbis/fixed): New variable. Leo Famulari