- 
                Notifications
    
You must be signed in to change notification settings  - Fork 174
 
Closed
Description
when compiling libpoxy-1.5 with uclibc, the build breaks with this error:
../libepoxy-1.5.2/test/egl_has_extension_nocontext.c:58:24: error: implicit declaration of function 'strdup' [-Werror=implicit-function-declaration]
         an_extension = strdup(extensions);
                        ^~~~~~
../libepoxy-1.5.2/test/egl_has_extension_nocontext.c:58:24: warning: incompatible implicit declaration of built-in function 'strdup'
I added the build log and a log with the most important os libs and compilers.
libepoxy 1.4 is just fine by the way