From ddb0b19de4d43fd4054233f04f541c5f860be6d2 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 22 Jan 2016 13:54:01 +1100 Subject: [PATCH] add native plugin for wheezy requirements closes #1177 and #1178 --- plugins/native/wheezy/autoconf.mk | 1 + plugins/native/wheezy/automake.mk | 1 + plugins/native/wheezy/gettext.mk | 1 + plugins/native/wheezy/libiconv.mk | 1 + plugins/native/wheezy/libtool.mk | 1 + plugins/native/wheezy/m4.mk | 1 + plugins/native/wheezy/patch.mk | 1 + 7 files changed, 7 insertions(+) create mode 120000 plugins/native/wheezy/autoconf.mk create mode 120000 plugins/native/wheezy/automake.mk create mode 120000 plugins/native/wheezy/gettext.mk create mode 120000 plugins/native/wheezy/libiconv.mk create mode 120000 plugins/native/wheezy/libtool.mk create mode 120000 plugins/native/wheezy/m4.mk create mode 120000 plugins/native/wheezy/patch.mk diff --git a/plugins/native/wheezy/autoconf.mk b/plugins/native/wheezy/autoconf.mk new file mode 120000 index 00000000..8bfe07e2 --- /dev/null +++ b/plugins/native/wheezy/autoconf.mk @@ -0,0 +1 @@ +../autoconf.mk \ No newline at end of file diff --git a/plugins/native/wheezy/automake.mk b/plugins/native/wheezy/automake.mk new file mode 120000 index 00000000..5bc30c05 --- /dev/null +++ b/plugins/native/wheezy/automake.mk @@ -0,0 +1 @@ +../automake.mk \ No newline at end of file diff --git a/plugins/native/wheezy/gettext.mk b/plugins/native/wheezy/gettext.mk new file mode 120000 index 00000000..6314aff1 --- /dev/null +++ b/plugins/native/wheezy/gettext.mk @@ -0,0 +1 @@ +../gettext.mk \ No newline at end of file diff --git a/plugins/native/wheezy/libiconv.mk b/plugins/native/wheezy/libiconv.mk new file mode 120000 index 00000000..629a6688 --- /dev/null +++ b/plugins/native/wheezy/libiconv.mk @@ -0,0 +1 @@ +../libiconv.mk \ No newline at end of file diff --git a/plugins/native/wheezy/libtool.mk b/plugins/native/wheezy/libtool.mk new file mode 120000 index 00000000..9b5568f9 --- /dev/null +++ b/plugins/native/wheezy/libtool.mk @@ -0,0 +1 @@ +../libtool.mk \ No newline at end of file diff --git a/plugins/native/wheezy/m4.mk b/plugins/native/wheezy/m4.mk new file mode 120000 index 00000000..fe3aad47 --- /dev/null +++ b/plugins/native/wheezy/m4.mk @@ -0,0 +1 @@ +../m4.mk \ No newline at end of file diff --git a/plugins/native/wheezy/patch.mk b/plugins/native/wheezy/patch.mk new file mode 120000 index 00000000..71213520 --- /dev/null +++ b/plugins/native/wheezy/patch.mk @@ -0,0 +1 @@ +../patch.mk \ No newline at end of file