mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)
This commit is contained in:
parent
0c5e1f5525
commit
49f31dbacf
1 changed files with 3 additions and 1 deletions
|
@ -24,8 +24,10 @@
|
|||
# define PHAR_TAR_PACK
|
||||
#elif defined(__sgi)
|
||||
# define PHAR_TAR_PACK
|
||||
#else
|
||||
#elif defined(__GNUC__)
|
||||
# define PHAR_TAR_PACK __attribute__((__packed__))
|
||||
#else
|
||||
# define PHAR_TAR_PACK
|
||||
#endif
|
||||
|
||||
#if defined(__sgi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue