]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix FreeBSD build.
authorTim Kientzle <kientzle@gmail.com>
Sun, 23 Aug 2009 05:02:34 +0000 (01:02 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 23 Aug 2009 05:02:34 +0000 (01:02 -0400)
SVN-Revision: 1388

cpio/Makefile
cpio/test/Makefile

index f37ced8c253fa44506538469809aa032ffa7d3d0..6c6d217623c6df086d5cb2cf70668a32abd338ac 100644 (file)
@@ -9,7 +9,7 @@ WARNS?= 6
 DPADD= ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
 CFLAGS+= -DBSDCPIO_VERSION_STRING=\"${BSDCPIO_VERSION_STRING}\"
 CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\"
-LDADD+=        -larchive -lz -lbz2
+LDADD+=        -larchive -lz -lbz2 -lcrypto -lmd
 
 .if ${MK_GNU_CPIO} != "yes"
 SYMLINKS=bsdcpio ${BINDIR}/cpio
index 452824e92c3223a096f1fbbfd6184c28926ab210..edd057d1537db4fd3ef14d3b63e7c3f2d8b74203 100644 (file)
@@ -12,14 +12,16 @@ TESTS=      \
        test_basic.c                            \
        test_format_newc.c                      \
        test_gcpio_compat.c                     \
+       test_option_B_upper.c                   \
+       test_option_C_upper.c                   \
+       test_option_L_upper.c                   \
+       test_option_Z_upper.c                   \
        test_option_a.c                         \
-       test_option_B.c                         \
        test_option_c.c                         \
        test_option_d.c                         \
+       test_option_l.c                         \
        test_option_f.c                         \
        test_option_help.c                      \
-       test_option_L.c                         \
-       test_option_ell.c                       \
        test_option_m.c                         \
        test_option_t.c                         \
        test_option_u.c                         \