From: Stefan Metzmacher Date: Fri, 28 Mar 2008 06:56:20 +0000 (+0100) Subject: libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now X-Git-Tag: samba-3.3.0pre1~3025 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcb497951a86551ce9c4be7b352335dad3be127a;p=thirdparty%2Fsamba.git libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now This should fix the build on solaris. Later this needs better fixing... metze (cherry picked from commit 89b7955733c34e9699a3b43ee54de92cb9469b90) --- diff --git a/source/lib/replace/samba.m4 b/source/lib/replace/samba.m4 index e62c3d3cd17..7984ef31db6 100644 --- a/source/lib/replace/samba.m4 +++ b/source/lib/replace/samba.m4 @@ -23,7 +23,7 @@ done SMB_SUBSYSTEM(LIBREPLACE, [${LIBREPLACE_OBJS}], - [LIBREPLACE_EXT], + [LIBREPLACE_EXT LIBREPLACE_NETWORK], [-Ilib/replace]) LIBREPLACE_HOSTCC_OBJS=`echo ${LIBREPLACE_OBJS} |sed -e 's/\.o/\.ho/g'`