summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-28 07:56:20 +0100
committerStefan Metzmacher <metze@samba.org>2008-03-28 15:17:54 +0100
commit5273f05b8952f9f705064e08161666042ed3fd58 (patch)
tree012c2f4182dd2a620cbd656106ed6a03e9d74eef
parent0f4446d6b2a6e26be9a6a00867f41f559333416e (diff)
downloadsamba-5273f05b8952f9f705064e08161666042ed3fd58.tar.gz
samba-5273f05b8952f9f705064e08161666042ed3fd58.tar.bz2
samba-5273f05b8952f9f705064e08161666042ed3fd58.zip
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) (This used to be commit fcb497951a86551ce9c4be7b352335dad3be127a)
-rw-r--r--source3/lib/replace/samba.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/samba.m4 b/source3/lib/replace/samba.m4
index e62c3d3cd1..7984ef31db 100644
--- a/source3/lib/replace/samba.m4
+++ b/source3/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'`