mirror of
https://github.com/php/php-src.git
synced 2024-12-29 03:39:59 +08:00
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)
This commit is contained in:
parent
0c5e1f5525
commit
49f31dbacf
@ -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…
Reference in New Issue
Block a user