From 5fde1b4713ee45f54d3cfded28323174755c8069 Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 11 Mar 2009 14:33:44 +0000 Subject: improved the solaris depenendent stuff git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@489 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aafe22e..de8652e 100644 --- a/configure.ac +++ b/configure.ac @@ -50,11 +50,11 @@ dnl Check if we're on Solaris and set CFLAGS accordingly AC_CANONICAL_SYSTEM case "${target_os}" in solaris*) - TARGET_CFLAGS="-DSYS_SOLARIS9 -D_POSIX_PTHREAD_SEMANTICS" - TARGET_LDFLAGS="-lsocket" + TARGET_CFLAGS="-mt -DSYS_SOLARIS9 -D_POSIX_PTHREAD_SEMANTICS" + TARGET_LDFLAGS="-lpthread -lsocket -lnsl" ;; *) - TARGET_CFLAGS="" + TARGET_CFLAGS="-Wall -pedantic -pthread" TARGET_LDFLAGS="" esac dnl Adding enabled options -- cgit v1.1