Package: libgssglue
Severity: important
Version: 0.1-2
Tags: patch
User: [email protected]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak. The work with shared libraries
is not determined by kernel, but by glibc.
Please find bellow patch with needed tweak.

It would also be nice if you can ask upstream
to include similar change.

Thanks in advance

                        Petr



--- src/g_initialize.c
+++ src/g_initialize.c
@@ -44,7 +44,7 @@
 static void solaris_initialize (void);
 #endif /* USE_SOLARIS_SHARED_LIBRARIES */

-#ifdef __linux__
+#if defined(__linux__) || defined(__GLIBC__)
 #define USE_LINUX_SHARED_LIBRARIES
 #endif



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to