summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-11 00:26:27 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-11 00:26:27 +0200
commitcda3d81ea857437b37a0bfbfdbb81da7dbd6edd5 (patch)
tree3fa65a96d4962bf61271ab42558386e01d1af332 /gnu
parent501de668f139b32c75a185fc88600e98a5aeedc7 (diff)
gnu: linux-libre: Remove '--strip-all' argument.
* gnu/packages/linux.scm (linux-libre)[arguments]: Remove #:strip-flags, which led to unloadable modules. This reverts commit 9ca7eaa1. [build-phase]: Add INSTALL_MOD_STRIP=1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 167775a7006..3b087716c3f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -249,6 +249,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
249 (string-append "MODULE_DIR=" moddir) 249 (string-append "MODULE_DIR=" moddir)
250 (string-append "INSTALL_PATH=" out) 250 (string-append "INSTALL_PATH=" out)
251 (string-append "INSTALL_MOD_PATH=" out) 251 (string-append "INSTALL_MOD_PATH=" out)
252 "INSTALL_MOD_STRIP=1"
252 "modules_install")))))) 253 "modules_install"))))))
253 (package 254 (package
254 (name "linux-libre") 255 (name "linux-libre")
@@ -275,7 +276,6 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
275 (guix build utils) 276 (guix build utils)
276 (srfi srfi-1) 277 (srfi srfi-1)
277 (ice-9 match)) 278 (ice-9 match))
278 #:strip-flags '("--strip-all")
279 #:phases (alist-replace 279 #:phases (alist-replace
280 'build ,build-phase 280 'build ,build-phase
281 (alist-replace 281 (alist-replace