libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for now
authorStefan Metzmacher <metze@samba.org>
Fri, 28 Mar 2008 06:56:20 +0000 (07:56 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 28 Mar 2008 14:17:54 +0000 (15:17 +0100)
This should fix the build on solaris.
Later this needs better fixing...

metze
(cherry picked from commit 89b7955733c34e9699a3b43ee54de92cb9469b90)

source/lib/replace/samba.m4

index e62c3d3cd1740f435936c4ecb95852aa9443c6e6..7984ef31db618183bbb8cdfcff321569e35bd88b 100644 (file)
@@ -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'`