[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/376: Store.so: Add dependency on libnixutil
From: |
Ludovic Courtès |
Subject: |
206/376: Store.so: Add dependency on libnixutil |
Date: |
Wed, 28 Jan 2015 22:05:04 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 7d7b67986a1f9d78dccd0bd4ad811af7dc65f60f
Author: Eelco Dolstra <address@hidden>
Date: Thu Sep 18 16:28:51 2014 +0200
Store.so: Add dependency on libnixutil
Issue #346.
---
perl/local.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/perl/local.mk b/perl/local.mk
index 8e5d72a..8ff60e9 100644
--- a/perl/local.mk
+++ b/perl/local.mk
@@ -23,7 +23,7 @@ ifeq ($(perlbindings), yes)
Store_SOURCES := $(Store_DIR)/Store.cc
- Store_LIBS = libstore
+ Store_LIBS = libstore libutil
Store_CXXFLAGS = \
-I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \
- 199/376: Settings: Add bool get(), (continued)
- 199/376: Settings: Add bool get(), Ludovic Courtès, 2015/01/28
- 193/376: Fix parallel make of manpages, Ludovic Courtès, 2015/01/28
- 195/376: Make troubleshooting an appendix, Ludovic Courtès, 2015/01/28
- 197/376: Remove unhelpful suggestion, Ludovic Courtès, 2015/01/28
- 196/376: Delete bugs.xml, Ludovic Courtès, 2015/01/28
- 183/376: Manual build fixes, Ludovic Courtès, 2015/01/28
- 203/376: Remove unused w3m dependency, Ludovic Courtès, 2015/01/28
- 182/376: Merge branch 'master' of github.com:thatdocslady/nix, Ludovic Courtès, 2015/01/28
- 207/376: Remove debug statement, Ludovic Courtès, 2015/01/28
- 204/376: Install some pkgconfig files, Ludovic Courtès, 2015/01/28
- 206/376: Store.so: Add dependency on libnixutil,
Ludovic Courtès <=
- 200/376: Add some instrumentation for debugging GC leaks, Ludovic Courtès, 2015/01/28
- 210/376: Inline Bindings::find(), Ludovic Courtès, 2015/01/28
- 202/376: On Linux, disable address space randomization, Ludovic Courtès, 2015/01/28
- 205/376: Update spec file, Ludovic Courtès, 2015/01/28
- 201/376: Add Make flag to disable optimization, Ludovic Courtès, 2015/01/28
- 213/376: configure: Force regeneration of Makefile.config, Ludovic Courtès, 2015/01/28
- 212/376: attrNames: Don't allocate duplicates of the symbols, Ludovic Courtès, 2015/01/28
- 216/376: Handle cycles when printing a value, Ludovic Courtès, 2015/01/28
- 211/376: Fix off-by-one, Ludovic Courtès, 2015/01/28
- 215/376: Add ‘seq’ primop, Ludovic Courtès, 2015/01/28