diff options
author | tv <tv> | 2005-01-24 17:51:57 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-24 17:51:57 +0000 |
commit | 906ad543c43a118a0cba5b25b362eb69eb88365c (patch) | |
tree | 69b81dea897d7118aa7fee19ca14182877eded4d /archivers/dar/patches | |
parent | cc2926b2f75c1a087545575fe5719b3e62902a87 (diff) | |
download | pkgsrc-906ad543c43a118a0cba5b25b362eb69eb88365c.tar.gz |
Another Interix fix: Fix nonstatic linking in src/testing subdir.
Diffstat (limited to 'archivers/dar/patches')
-rw-r--r-- | archivers/dar/patches/patch-aj | 14 | ||||
-rw-r--r-- | archivers/dar/patches/patch-ak | 13 |
2 files changed, 27 insertions, 0 deletions
diff --git a/archivers/dar/patches/patch-aj b/archivers/dar/patches/patch-aj new file mode 100644 index 00000000000..a8fbd26e948 --- /dev/null +++ b/archivers/dar/patches/patch-aj @@ -0,0 +1,14 @@ +$NetBSD: patch-aj,v 1.1 2005/01/24 17:51:57 tv Exp $ + +--- src/testing/Makefile.am.orig 2005-01-24 12:46:13.000000000 -0500 ++++ src/testing/Makefile.am +@@ -13,7 +13,9 @@ endif + + noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar + LDADD = -L../libdar -l$(MYLIB) ++if DEBUG_STATIC + AM_LDFLAGS = -all-static ++endif + noinst_HEADERS = testtools.hpp + + test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp diff --git a/archivers/dar/patches/patch-ak b/archivers/dar/patches/patch-ak new file mode 100644 index 00000000000..622748e46ca --- /dev/null +++ b/archivers/dar/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2005/01/24 17:51:57 tv Exp $ + +--- src/testing/Makefile.in.orig 2005-01-24 12:46:14.000000000 -0500 ++++ src/testing/Makefile.in +@@ -155,7 +155,7 @@ upx = @upx@ + + noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar + LDADD = -L../libdar -l$(MYLIB) +-AM_LDFLAGS = -all-static ++@DEBUG_STATIC_TRUE@AM_LDFLAGS = -all-static + noinst_HEADERS = testtools.hpp + + test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp |