From 90905eea06308610336d5d317fdc816e640f4070 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sat, 7 May 2011 01:43:44 +0200 Subject: [PATCH] remove COMPAT_PACKED --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8ed00a5..5129d14 100755 --- a/configure +++ b/configure @@ -47,7 +47,7 @@ case `uname` in so="$so libsndio.so.\${MAJ} libsndio.so" defs='-DCOMPAT_ISSETUGID \\\ -DCOMPAT_STRLCAT -DCOMPAT_STRLCPY -DCOMPAT_STRTONUM \\\ - -DCOMPAT_LETOH -DCOMPAT_PACKED -DDEV_RANDOM=\\"/dev/urandom\\"' + -DCOMPAT_LETOH -DDEV_RANDOM=\\"/dev/urandom\\"' ;; OpenBSD) sun=yes