File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Changes in CUPS v2.4.2 (TBA)
2828- Updated the configure script to look for the OpenSSL library the old way if
2929 pkg-config is not available (Issue #375 )
3030- Fixed the prototype for the ` httpWriteResponse ` function (Issue #380 )
31+ - Brought back minimal AIX support (Issue #389 )
3132- ` cupsGetResponse ` did not always set the last error.
3233- Fixed a number of old references to the Apple CUPS web page.
3334- Restored the default/generic printer icon file for the web interface.
Original file line number Diff line number Diff line change @@ -7720,6 +7720,20 @@ fi
77207720 DSOXX=" \$ (CXX)"
77217721 DSOFLAGS=" $DSOFLAGS -Wl,-no_warn_inits -dynamiclib -single_module -lc"
77227722 ;; # (
7723+ aix* ) :
7724+
7725+ LIBCUPS=" lib$cupsbase .so.2"
7726+ if test " x$cupsimagebase " ! = x
7727+ then :
7728+
7729+ LIBCUPSIMAGE=" lib$cupsimagebase .so.2"
7730+
7731+ fi
7732+ DSO=" \$ (CC)"
7733+ DSOXX=" \$ (CXX)"
7734+ DSOFLAGS=" $DSOFLAGS -Wl,-G -o \` basename \$ @\`
7735+ LDFLAGS=" $LDFLAGS $TLSFLAGS -liconv -lz -lm"
7736+ ;; #(
77237737 *) :
77247738
77257739 { printf " %s\n " " $as_me :${as_lineno-$LINENO } : Warning: Shared libraries may not work, trying -shared option." >&5
Original file line number Diff line number Diff line change 2727#endif /* !CUPS_LITE */
2828
2929#include <limits.h>
30+ #include <fcntl.h>
3031#include <sys/stat.h>
3132
3233#ifdef _WIN32
33- # include <fcntl.h>
3434# include <io.h>
3535# include <process.h>
3636# define WEXITSTATUS (s ) (s)
@@ -41,7 +41,6 @@ typedef ULONG nfds_t;
4141extern char * * environ ;
4242
4343# include <spawn.h>
44- # include <sys/fcntl.h>
4544# include <sys/wait.h>
4645# include <poll.h>
4746#endif /* _WIN32 */
You can’t perform that action at this time.
0 commit comments