951. [bug] CFLAGS was not passed to the linker when

linking some of the test programs under
                        bin/tests. [RT #1555].
This commit is contained in:
Andreas Gustafsson
2001-08-01 22:06:29 +00:00
parent 9d1b0204c6
commit 0a53284205
12 changed files with 27 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.13 2001/02/01 23:41:51 sjacob Exp $
# $Id: Makefile.in,v 1.14 2001/08/01 22:06:18 gson Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -43,7 +43,7 @@ SRCS = t_sockaddr.c
@BIND9_MAKE_RULES@
t_sockaddr: t_sockaddr.@O@ ${DEPLIBS}
${LIBTOOL} ${PURIFY} ${CC} -o $@ t_sockaddr.@O@ ${LIBS}
${LIBTOOL} ${PURIFY} ${CC} ${CFLAGS} -o $@ t_sockaddr.@O@ ${LIBS}
test: t_sockaddr
-@./t_sockaddr -b @srcdir@ -a