slang-users mailing list

[2015 Date Index] [2015 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[slang-users] [PATCH 0/3] Collection of build fixes


Hello,

The following small patch series fixes a number of build issues or
warnings:

 - The first patch fixes a build issue encountered by the musl C
   library caused by a clash between an internal symbol of slang and a
   new function defined by POSIX and implemented by musl, the
   posix_close() function.

 - The second patch fixes some build warnings due to <sys/fcntl.h>
   being included.

 - The third patch fixes a build issue encountered while
   cross-compiling.

Thanks,

Thomas

Thomas Petazzoni (3):
  Rename posix_close() function to posix_close_slfile()
  Don't include <sys/fcntl.h>, use <fcntl.h>
  Link against sources instead of installation paths that aren't
    DESTDIRed

 autoconf/configure.ac | 1 -
 configure             | 1 -
 slsh/Makefile.in      | 2 +-
 src/config.hin        | 3 ---
 src/slposdir.c        | 3 ---
 src/slposio.c         | 7 ++-----
 src/slstdio.c         | 3 ---
 7 files changed, 3 insertions(+), 17 deletions(-)

-- 
2.6.3

_______________________________________________
For list information, visit <http://jedsoft.org/slang/mailinglists.html>.


[2015 date index] [2015 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]