From 0a54a8f125d7ab508c7c88d5ad4ed1b0c63cb5b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= Date: Wed, 4 Feb 2015 11:32:55 +0100 Subject: [PATCH 1/2] Provide two symlinks for dynamic library during install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0891b71..343ecb5 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ INSTALL_PCNAME= luajit.pc INSTALL_STATIC= $(INSTALL_LIB)/$(INSTALL_ANAME) INSTALL_DYN= $(INSTALL_LIB)/$(INSTALL_SONAME) INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT) -INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT) +INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT).$(MAJVER) INSTALL_T= $(INSTALL_BIN)/$(INSTALL_TNAME) INSTALL_TSYM= $(INSTALL_BIN)/$(INSTALL_TSYMNAME) INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME) -- 2.2.2 ion> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/README
>
AgeCommit message (Collapse)Author
2015-10-06build: Automatically determine libgcrypt's file name.Ludovic Courtès
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro. * configure.ac: Use it when no --with-libgcrypt-* option was passed. * README: Do not recommend --with-libgcrypt-prefix. Co-authored-by: 宋文武 <iyzsong@gmail.com>
2015-06-14doc: Move most 'HACKING' informations into the manual.Mathieu Lirzin
* HACKING (Contributing): New section. (Building from Git, The Perfect Setup, Coding Style, Submitting Patches): Move to ... * doc/guix.texi (Running Guix Before It Is Installed): Likewise. * doc/contributing.texi: ... here. New file. * doc.am (EXTRA_DIST): Use it. * README (Installation): Adapt to it. * configure.ac (DOT): Likewise.
2015-06-04Document 'guix environment guix' in README.Ludovic Courtès
* README (Installing Guix from Guix): Replace complicated instructions with 'guix environment guix'.
2015-05-10doc: Mention GNU Make as a requirement.Ludovic Courtès
* README (Requirements): Add GNU Make. * doc/guix.texi (Requirements): Likewise.
2015-05-10build: Require Guile >= 2.0.7.Ludovic Courtès
* configure.ac: Require guile-2.0 >= 2.0.7. * README: Adjust accordingly. * doc/guix.texi (Requirements): Likewise.
Tobias Geerinckx-Rice
2017-01-12gnu: miniupnpc: Update to 2.0.20161216....Tobias Geerinckx-Rice
2016-11-25gnu: miniupnpc: Improve synopsis and description....Tobias Geerinckx-Rice
2016-11-25gnu: miniupnpc: Use the correct ‘upnpc’ in ‘external-ip’....Tobias Geerinckx-Rice
2016-11-25gnu: miniupnpc: Use ‘modify-phases’ syntax....Tobias Geerinckx-Rice
2016-11-25gnu: miniupnpc: Update to 2.0....Tobias Geerinckx-Rice
2015-04-14gnu: miniupnpc: Allow executables to find libupnp.so....Ludovic Courtès