From d14713d675723c2a251403535ae2d37a2efa30c0 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 2 Oct 2008 16:29:34 +0000 Subject: [PATCH] Fix from Kazuro FURUKAWA. --- configure/os/CONFIG.Common.osf-alpha | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.osf-alpha b/configure/os/CONFIG.Common.osf-alpha index 48f93851e..fd7ccb48c 100644 --- a/configure/os/CONFIG.Common.osf-alpha +++ b/configure/os/CONFIG.Common.osf-alpha @@ -16,7 +16,8 @@ ARCH_CLASS = alpha CODE_CPPFLAGS = POSIX_CPPFLAGS += -pthread -ieee -POSIX_LDFLAGS += -pthread -ieee +# Unknown reason why this doesn't work in POSIX_LDFLAGS: +POSIX_LDLIBS += -pthread -ieee OP_SYS_CPPFLAGS += -D_OSF_SOURCE OP_SYS_LDLIBS += -lrt