Tianon Gravi
7ccfc9272c
Remove "--hash-style=both"
...
It turns out that --hash-style=gnu is considered better than either of --hash-style=both or --hash-style=sysv, assuming your environment/platform supports it.
On amd64 with both Debian's and Alpine's linkers, --hash-style=gnu is the default.
This is especially relevant on MIPS (mips64le), where "ld: .gnu.hash is incompatible with the MIPS ABI" (so the linker sanely defaults to --hash-style=sysv there, as it should).
2020-04-16 20:49:46 -07:00
Docker Library Bot
d66997097a
Update to 7.3.17
2020-04-16 12:46:13 +00:00
Docker Library Bot
33b1561787
Update to 7.3.16
2020-03-19 15:09:57 +00:00
Docker Library Bot
a80762e229
Update to 7.3.15
2020-02-20 12:18:25 +00:00
Docker Library Bot
affbdaf138
Update to 7.3.14
2020-01-23 13:46:14 +00:00
Docker Library Bot
bb80b576dd
Update to 7.3.13
2019-12-18 13:46:13 +00:00
Docker Library Bot
26b872c3bc
Update to 7.3.12
2019-11-21 13:46:18 +00:00
Docker Library Bot
7af4c6ecfb
Update to 7.3.11
2019-10-24 12:46:17 +00:00
Tianon Gravi
88a8a1e14a
Add comment to remind us why we added largefile support
2019-10-21 10:36:14 -07:00
Delfer
168caf5849
Enabled large file support (affects 32bit systems)
...
Build flags added: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
According to https://www.php.net/manual/en/intro.filesystem.php
2019-10-21 10:33:20 -07:00
Ivan Kurnosov
3a546766fd
Always build with external sqlite
2019-10-02 16:05:35 -07:00
Tianon Gravi
29a47a90c8
Update to 7.3.10
2019-09-26 05:28:44 -07:00
Docker Library Bot
5992cb02fa
Update to 7.3.9
2019-08-29 18:54:02 +00:00
Docker Library Bot
135204c0f4
Update to 7.3.8
2019-08-01 12:46:36 +00:00
Joe Ferguson
7eb1b847f1
Update s390x test to the proper dpkg-architecture value
...
+ dpkg-architecture --query DEB_BUILD_GNU_TYPE
+ gnuArch=s390x-linux-musl
+ test s390x-linux-musl '=' s390x-linux-gnu
2019-07-25 16:06:53 -07:00
Docker Library Bot
30447e3751
Update to 7.3.7
2019-07-04 12:46:24 +00:00
Tianon Gravi
250c2d872d
Add "set -u" and more consistency
2019-06-24 14:55:17 -07:00
J0WI
82d590a8c7
Use already available curl and consistent code style
2019-06-24 12:55:09 -07:00
J0WI
3802051cc9
Add Alpine 3.10
2019-06-20 15:20:27 +02:00