aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2015-09-06 20:37:29 +0200
committerTimo Weingärtner <timo@tiwe.de>2015-09-06 20:37:29 +0200
commita8aa7fe87f05ccf9d00bf158b1787ba9355d0b66 (patch)
tree4f838b3ae2fbf54ee9433eeff65092ef0273ab5c
parenta11402917796dd21b59c537d3f10c05d3bcefd55 (diff)
downloadssh-agent-filter-a8aa7fe87f05ccf9d00bf158b1787ba9355d0b66.tar.gz
drop debian/patches/
-rw-r--r--debian/patches/0001-workaround-FTBFS-caused-by-doko17
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/0001-workaround-FTBFS-caused-by-doko b/debian/patches/0001-workaround-FTBFS-caused-by-doko
deleted file mode 100644
index 6387f6f..0000000
--- a/debian/patches/0001-workaround-FTBFS-caused-by-doko
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: workaround FTBFS caused by doko
- Matthias Klose put an asm statement into libstdc++'s thread header forcing
- applications to link with -lpthread
-Author: Timo_Weingärtner <timo@tiwe.de>
-Bug-Debian: https://bugs.debian.org/759859
-
---- a/Makefile
-+++ b/Makefile
-@@ -20,7 +20,7 @@ CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast
-
- CPPFLAGS += -D_FILE_OFFSET_BITS=64
- CXXFLAGS += -std=c++11
--LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle
-+LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle -lpthread
-
- all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e5c2fc8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-workaround-FTBFS-caused-by-doko