me
/
guix
Archived
1
0
Fork 0

gnu: gsm: Add a newline to the fPIC option substitute replacement.

* gnu/packages/audio.scm (gsm): Add a trailing newline to the replacement
text.  This makes it more robust in the face of future changes.
master
Maxim Cournoyer 2020-04-05 22:55:31 -04:00
parent fe6ccb8552
commit b6b07568c8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -3405,7 +3405,7 @@ code, used in @code{libtoxcore}.")
;; mediastreamer.
(substitute* "Makefile"
(("^CCFLAGS.*" all)
(string-append all "CCFLAGS += -fPIC")))
(string-append all "CCFLAGS += -fPIC\n")))
#t))
(add-before 'install 'pre-install
(lambda _