summaryrefslogtreecommitdiff
path: root/net-misc/sstp-client/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sstp-client/files')
-rw-r--r--net-misc/sstp-client/files/sstp-client-1.0.11-fix-example.patch16
-rw-r--r--net-misc/sstp-client/files/sstp-client-1.0.11-remove-network-test.patch11
2 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/sstp-client/files/sstp-client-1.0.11-fix-example.patch b/net-misc/sstp-client/files/sstp-client-1.0.11-fix-example.patch
new file mode 100644
index 000000000000..f2b81174fc1a
--- /dev/null
+++ b/net-misc/sstp-client/files/sstp-client-1.0.11-fix-example.patch
@@ -0,0 +1,16 @@
+--- a/Makefile.am 2018-02-07 21:51:10.451717813 +0100
++++ b/Makefile.am 2018-02-07 21:54:43.811708840 +0100
+@@ -7,11 +7,11 @@
+ include \
+ src
+
+-docdir = $(datadir)/doc/@PACKAGE@
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = sstp-client-1.0.pc
+
+-doc_DATA = \
++examplesdir = $(docdir)/examples
++examples_DATA = \
+ sstp-test.example \
+ sstp-test-nopty.example
+
diff --git a/net-misc/sstp-client/files/sstp-client-1.0.11-remove-network-test.patch b/net-misc/sstp-client/files/sstp-client-1.0.11-remove-network-test.patch
new file mode 100644
index 000000000000..d6868f3e26bd
--- /dev/null
+++ b/net-misc/sstp-client/files/sstp-client-1.0.11-remove-network-test.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile.am 2018-02-07 21:42:37.755739374 +0100
++++ b/src/Makefile.am 2018-02-07 21:45:28.855732178 +0100
+@@ -23,7 +23,7 @@
+ utest_fcs \
+ utest_route
+
+-TESTS= $(check_PROGRAMS)
++TESTS= utest_task utest_cmac utest_chap utest_fcs
+
+ sstpc_SOURCES = \
+ sstp-client.c \