summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-06-26 10:53:05 +0000
committerdes <des@FreeBSD.org>2008-06-26 10:53:05 +0000
commit25ca80597adb6d7aae6a3ebd0efe30e8071074d5 (patch)
tree6e7925c74af3bc452fb8011bd619ac56c06a73eb /lib/libarchive/test/Makefile
parent41cea6d5ca71b8cf057f9face8055b218b30e18e (diff)
downloadFreeBSD-src-25ca80597adb6d7aae6a3ebd0efe30e8071074d5.zip
FreeBSD-src-25ca80597adb6d7aae6a3ebd0efe30e8071074d5.tar.gz
Allow the tests to build without libdmalloc.
Diffstat (limited to 'lib/libarchive/test/Makefile')
-rw-r--r--lib/libarchive/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index f718ae3..ed4dfe8 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -87,8 +87,8 @@ CFLAGS+= -static -g
CFLAGS+= -I${LA_SRCDIR}
# Uncomment to link against dmalloc
-LDADD+= -L/usr/local/lib -ldmalloc
-CFLAGS+= -I/usr/local/include -DUSE_DMALLOC
+#LDADD+= -L/usr/local/lib -ldmalloc
+#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC
WARNS=6
# Build libarchive_test and run it.
OpenPOWER on IntegriCloud