Taken from https://bug1339931.bmoattachments.org/attachment.cgi?id=8837770. Add major version to pkg-config filename. Author: Rico Tzschichholz Forwarded: no Last-Update: 2015-05-04 Index: b/js/src/Makefile.in =================================================================== --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -214,10 +214,10 @@ $(JS_CONFIG_NAME): js-config cp $^ $@ -$(LIBRARY_NAME).pc: js.pc +$(JS_LIBRARY_NAME).pc: js.pc cp $^ $@ -install:: $(LIBRARY_NAME).pc +install:: $(JS_LIBRARY_NAME).pc $(SYSINSTALL) $^ $(DESTDIR)$(libdir)/pkgconfig install:: js-config.h ue='afec299536dd3739868269ad57672ff842afc510'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-describe.sh
ms.scm?id=42aee121036fb39231b4dd2cb770c489d5a524c1&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2021-05-04file-systems: Rewrite comment....Tobias Geerinckx-Rice
2021-05-04file-systems: Handle abnormal ‘bcachefs fsck’ exits....Tobias Geerinckx-Rice
2021-04-23file-systems: read-partition-{uuid,label} don't swallow ENOENT & co....Ludovic Courtès
2021-03-10file-systems: 'mount-file-system' preserves the right mount flags....Ludovic Courtès
2021-02-25file-systems: 'mount-file-system' preserves source flags for bind mounts....Ludovic Courtès
2020-12-06file-systems: Fix ‘bcachefs fsck’ exit value logic....Tobias Geerinckx-Rice
2020-11-07file-systems: Add support for bcachefs....Tobias Geerinckx-Rice
2020-10-30file-systems: Allow swap space lookup by UUID/label....Ludovic Courtès
2020-09-07linux-boot: Handle nfs-root device strings....Stefan
2020-07-31file-system: Add mount-may-fail? option....Mathieu Othacehe
2020-07-26file-systems: Add NTFS support....Mathieu Othacehe