Source: s2tc
Version: 1.0+git20151227-1
Severity: important
Tags: patch

Hello,

s2tc FTBFS on !linux archs because it doesn't pass -ldl . The attached
patch fixes that by simply matching all GNU platforms instead of just
Linux.

Samuel

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), 
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
Samuel
* D a decide de peter un cable dans son rapport de pfp
<c> et il a bien raison ;-)
<c> tu vas dire quoi ?
<D> j'ai mis les paroles de "le coq est mort" en en-tete
 -+- #ens-mim et la peufeupeu -+-
--- configure.ac.original       2016-11-23 01:11:34.000000000 +0000
+++ configure.ac        2016-11-23 01:11:46.000000000 +0000
@@ -33,7 +33,7 @@
 
 if test x"$enable_runtime_linking" = xyes; then
        case "$host_os" in
-       linux*)
+       *gnu*)
                LIBDL_LDADD='-ldl'
                ;;
        esac

Reply via email to