all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: Re: [PACKAGE] sinit
Date: Sat, 30 Jul 2016 15:46:08 +0200	[thread overview]
Message-ID: <CAEwRq=p9kNUXzk+qiU61W_Xgj+Y-vd553Ld3PH_FcQAm5_Qr_w@mail.gmail.com> (raw)
In-Reply-To: <CAEwRq=rhE0pZ8_1LphqD1Tu=SWBygjKuF0FDLbSTPbx1k_uEJw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

Here is the accompanying patch for sinit to build properly under guix

It will be submitted alongside the scm modifs.

I may even try to make it upstream, as it's fairly straightforward...

-- 
Vincent Legoll

[-- Attachment #2: sinit-build-fix.patch --]
[-- Type: text/x-patch, Size: 375 bytes --]

diff -Nur sinit-1.0-orig/config.mk sinit-1.0/config.mk
--- sinit-1.0-orig/config.mk	2015-06-16 11:37:07.000000000 +0200
+++ sinit-1.0/config.mk	2016-07-13 10:24:25.952000000 +0200
@@ -2,10 +2,10 @@
 VERSION = 1.0
 
 # paths
-PREFIX = /usr/local
+PREFIX ?= /usr/local
 MANPREFIX = $(PREFIX)/share/man
 
-CC = cc
+CC ?= cc
 LD = $(CC)
 CPPFLAGS =
 CFLAGS   = -Wextra -Wall -Os

  reply	other threads:[~2016-07-30 13:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-30 12:33 [PACKAGE] sinit Vincent Legoll
2016-07-30 13:46 ` Vincent Legoll [this message]
2016-07-30 16:19   ` Vincent Legoll
2016-08-07  0:48     ` Leo Famulari
2016-08-07 11:55       ` ng0
2016-08-08 12:48         ` Vincent Legoll
2016-08-09 18:42           ` Ricardo Wurmus
2016-07-30 22:49 ` ng0
2016-08-02  7:00   ` Vincent Legoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=p9kNUXzk+qiU61W_Xgj+Y-vd553Ld3PH_FcQAm5_Qr_w@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.