Bug 198304 - Installer doesn't build on AIX.
r=ssu@netscape.com, sr=dveditz@netscape.com git-svn-id: svn://10.0.0.236/trunk@140115 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3610,7 +3610,7 @@ dnl ========================================================
|
||||
dnl Installer
|
||||
dnl ========================================================
|
||||
case "$target_os" in
|
||||
solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*|os2*)
|
||||
aix*|solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*|os2*)
|
||||
MOZ_INSTALLER=1
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <ctype.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(__unix) || defined(__unix__)
|
||||
#if defined(__unix) || defined(__unix__) || defined(_AIX)
|
||||
#include <sys/param.h>
|
||||
#elif defined(_WINDOWS)
|
||||
#include <windows.h>
|
||||
|
||||
@@ -28,9 +28,12 @@
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#ifdef _AIX
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
/* Platform-specific headers for socket functionality */
|
||||
#if defined(__unix) || defined(__unix__) || defined(macintosh)
|
||||
#if defined(__unix) || defined(__unix__) || defined(macintosh) || defined(_AIX)
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
|
||||
export LD_LIBRARY_PATH
|
||||
export -n MOZILLA_FIVE_HOME
|
||||
unset MOZILLA_FIVE_HOME
|
||||
|
||||
PATH=.:$PATH
|
||||
export PATH
|
||||
|
||||
Reference in New Issue
Block a user