Package: zlibc
Version: 0.9k-4
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd

Hi,

your package doesn't build on GNU/kFreeBSD yet. With the attached patch,
it seems to build fine.

Thanks for considering.

Mraw,
KiBi.
--- zlibc-0.9k/zlibc.h~
+++ zlibc-0.9k/zlibc.h
@@ -244,7 +244,7 @@
 
 
 #ifndef function_alias
-#ifdef linux
+#if defined(linux) || defined(__GLIBC__)
 #define        function_alias(alias, name, type, args, defun) \
 __asm__(".globl " #alias "; " #alias " = " #name);
 #else

Reply via email to