This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gnu: gdb: patch-makefile-SHELL for all Makefile.in files.
* gnu/packages/gdb.scm (gdb): patch-makefile-SHELL for all Makefile.in files after configure.
gn-latest-20200428
Mark H Weaver
7 years ago
parent
b20441f228
commit
1475a351f6
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
gnu/packages/gdb.scm
+ 2
- 1
gnu/packages/gdb.scm
View File
@@ -47,7 +47,8 @@
'(#:phases (alist-cons-after
'configure 'post-configure
(lambda _
(patch-makefile-SHELL "gdb/gdbserver/Makefile.in"))
(for-each patch-makefile-SHELL
(find-files "." "Makefile\\.in")))
%standard-phases)))
(inputs
`(("expat" ,expat)
Write
Preview
Loading…
Cancel
Save