- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)

This commit is contained in:
Felipe Pena 2010-03-06 14:45:49 +00:00
parent 0c5e1f5525
commit 49f31dbacf

View File

@ -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)