diff options
author | Benoît Allard <benoit.allard@greenbone.net> | 2017-03-27 10:32:10 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-29 23:22:34 +0200 |
commit | bf2f6f49ff106a80dce8c973f4869a0c7947d298 (patch) | |
tree | ed93a4657f7366ad0cf99861b759be42f9203236 /package/dc3dd/0001-no_man.patch | |
parent | 3c940603046d0dcc1a7b0de0a01cca19b71acc9e (diff) | |
download | buildroot-bf2f6f49ff106a80dce8c973f4869a0c7947d298.tar.gz buildroot-bf2f6f49ff106a80dce8c973f4869a0c7947d298.zip |
dc3dd: new package
We actually prefer the version 7.2.641 (over 7.2.646) as the
content of the release is identical and the 641 has the advantage
of providing a proper .tar.xz file.
Signed-off-by: Benoît Allard <benoit.allard@greenbone.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dc3dd/0001-no_man.patch')
-rw-r--r-- | package/dc3dd/0001-no_man.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/dc3dd/0001-no_man.patch b/package/dc3dd/0001-no_man.patch new file mode 100644 index 0000000000..9fefc8ca61 --- /dev/null +++ b/package/dc3dd/0001-no_man.patch @@ -0,0 +1,15 @@ +Remove the man directory to the subdirs to prevent building the man pages + +Signed-off-by: Benoît Allard <benoit.allard@greenbone.net> + +--- a/Makefile.am 2017-03-27 09:53:19.988820588 +0200 ++++ b/Makefile.am 2017-03-27 09:54:14.325817466 +0200 +@@ -15,7 +15,7 @@ + # You should have received a copy of the GNU General Public License + # along with this program. If not, see <http://www.gnu.org/licenses/>. + +-SUBDIRS = lib src man po ++SUBDIRS = lib src po + EXTRA_DIST = cfg.mk maint.mk \ + .prev-version THANKS-to-translators THANKStt.in \ + .version \ |