From 2466dc7eaf52165a87a1e0311490034c70536a6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 12 May 2010 19:05:37 +0200 Subject: [PATCH] s3:build: remove CFLAGS from LDSHFLAGS, SHLD has them already --- source3/configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 8edb86a4e73..19284906308 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1577,13 +1577,10 @@ DSO_EXPORTS="" if test "${ac_cv_prog_gnu_ld}" = "yes"; then DYNEXP="-Wl,-E" fi - # TODO: need to add $CFLAGS here for explicit 64-bit builds? LDSHFLAGS="-shared" else PICFLAG="-KPIC" - ## ${CFLAGS} added for building 64-bit shared - ## libs using Sun's Compiler - LDSHFLAGS="-G \${CFLAGS}" + LDSHFLAGS="-G" fi if test "$ac_cv_prog_gnu_ld" = "yes"; then SONAMEFLAG="-Wl,-soname=" -- 2.11.4.GIT