Imported Debian patch 3.13.0+dfsg-1
This commit is contained in:
2
debian/patches/dfsg.patch
vendored
2
debian/patches/dfsg.patch
vendored
@@ -3,7 +3,7 @@ Forwarded: no
|
||||
From: Felix Lechner <felix.lechner@lease-up.com>
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -101,25 +101,6 @@ include tests/include.am
|
||||
@@ -113,25 +113,6 @@ include tests/include.am
|
||||
include sslSniffer/sslSnifferTest/include.am
|
||||
include rpm/include.am
|
||||
|
||||
|
||||
2
debian/patches/disable-crl-monitor.patch
vendored
2
debian/patches/disable-crl-monitor.patch
vendored
@@ -7,7 +7,7 @@ Last-Update: 2017-04-22
|
||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -175,7 +175,6 @@ then
|
||||
@@ -194,7 +194,6 @@ then
|
||||
enable_ocspstapling=yes
|
||||
enable_ocspstapling2=yes
|
||||
enable_crl=yes
|
||||
|
||||
2
debian/patches/fix-hurd-i386-flags.patch
vendored
2
debian/patches/fix-hurd-i386-flags.patch
vendored
@@ -7,7 +7,7 @@ Last-Update: 2017-04-22
|
||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||
--- a/wolfssl/test.h
|
||||
+++ b/wolfssl/test.h
|
||||
@@ -152,7 +152,7 @@
|
||||
@@ -160,7 +160,7 @@
|
||||
#endif
|
||||
#endif /* WOLFSSL_SOCKET_IS_INVALID */
|
||||
|
||||
|
||||
14
debian/patches/improve-clean-target.patch
vendored
Normal file
14
debian/patches/improve-clean-target.patch
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
Description: Fix clean target for repeated builds
|
||||
Author: Felix Lechner <felix.lechner@lease-up.com>
|
||||
Forwarded: no
|
||||
Last-Update: 2017-12-18
|
||||
---
|
||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||
--- a/cyassl/include.am
|
||||
+++ b/cyassl/include.am
|
||||
@@ -29,3 +29,5 @@ noinst_HEADERS+= cyassl/options.
|
||||
else
|
||||
nobase_include_HEADERS+= cyassl/options.h
|
||||
endif
|
||||
+
|
||||
+CLEANFILES+=cyassl/options.h
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -1,3 +1,4 @@
|
||||
improve-clean-target.patch
|
||||
dfsg.patch
|
||||
fix-hurd-i386-flags.patch
|
||||
turn-off-fastmath-for-amd64.patch
|
||||
|
||||
@@ -8,7 +8,7 @@ Last-Update: 2017-04-22
|
||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -2481,10 +2481,6 @@ fi
|
||||
@@ -3036,10 +3036,6 @@ fi
|
||||
# set fastmath default
|
||||
FASTMATH_DEFAULT=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user