diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-05 07:48:21 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-05 07:48:21 +0000 |
| commit | 1237a4fa8a373da8a75eed5311f7740e1b977f6e (patch) | |
| tree | 5387d8273c8204be9b95d27aa02f85a5930237d2 | |
| parent | 287ecb751f0a949a3dd41354b090daf638233ade (diff) | |
| download | apaste-1237a4fa8a373da8a75eed5311f7740e1b977f6e.tar.gz | |
version: 0.0.3.0v0.0.3.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rw-r--r-- | README.macos | 3 | ||||
| -rw-r--r-- | README.solaris | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/README.macos b/README.macos new file mode 100644 index 0000000..9bdfadc --- /dev/null +++ b/README.macos @@ -0,0 +1,3 @@ + This package will compile and run on Darwin (MacOS), but the building of +shared libraries is not supported. + Make sure you use the --disable-shared option to configure. diff --git a/README.solaris b/README.solaris new file mode 100644 index 0000000..0450a37 --- /dev/null +++ b/README.solaris @@ -0,0 +1,11 @@ + This package assumes the existence of a POSIX shell in /bin/sh. + On Solaris, /bin/sh is not POSIX. Most versions of Solaris provide +a POSIX shell in /usr/xpg4/bin/sh. + + To compile this package on Solaris, you will need to run + + ./patch-for-solaris + + before you run ./configure. This script will change the #! invocation +of the configure script and various tools so that a POSIX shell is used +for the compilation process. |
