diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-09-12 21:31:24 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-09-12 21:31:24 +0200 |
| commit | 4ea49129f0236d38fc27a1eb9969beff6852f372 (patch) | |
| tree | 3d8711dcc4595f87d31c571288ad4acc1c649272 | |
| parent | 6229fb843ad73bd34fb977ce582defdf036fc0e6 (diff) | |
| download | hardware_replicant_libsamsung-ipc-4ea49129f0236d38fc27a1eb9969beff6852f372.tar.gz hardware_replicant_libsamsung-ipc-4ea49129f0236d38fc27a1eb9969beff6852f372.tar.bz2 hardware_replicant_libsamsung-ipc-4ea49129f0236d38fc27a1eb9969beff6852f372.zip | |
HACK: guix.scm: don't use strict cflags
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | scripts/guix.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm index 6965548..e30962e 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -343,7 +343,4 @@ found in many Samsung smartphones and tablets.") ;; | libsamsung-ipc-clang-autotools | clang | strict | autotools | | ;; +--------------------------------+----------+----------+--------------+--------------+ -(list libsamsung-ipc - libsamsung-ipc-static - libsamsung-ipc-clang-autotools - libsamsung-ipc-gcc-autotools) +(list libsamsung-ipc-static) |
