summaryrefslogtreecommitdiffstats
path: root/src/libieee1284-2-dll.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/libieee1284-2-dll.patch')
-rw-r--r--src/libieee1284-2-dll.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/libieee1284-2-dll.patch b/src/libieee1284-2-dll.patch
new file mode 100644
index 0000000..1c75b79
--- /dev/null
+++ b/src/libieee1284-2-dll.patch
@@ -0,0 +1,25 @@
+From 9f599be4745f9e09741ba48a2af55d8d684b68db Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Gl=C3=B6ckner?= <daniel-gl@gmx.net>
+Date: Sun, 20 Sep 2015 19:14:18 +0200
+Subject: [PATCH] persuade libtool build a DLL on windows
+
+---
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 9fdaff5..2abe635 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -8,7 +8,7 @@ libieee1284_la_SOURCES = src/detect.c src/detect.h src/ports.c src/deviceid.c \
+ src/par_nt.h src/io.h src/conf.h src/conf.c libieee1284.sym
+ # When rolling a release, remember to adjust the version info.
+ # It's current:release:age.
+-libieee1284_la_LDFLAGS = -version-info 5:2:2 \
++libieee1284_la_LDFLAGS = -version-info 5:2:2 -no-undefined \
+ -export-symbols $(top_srcdir)/libieee1284.sym
+ include_HEADERS = include/ieee1284.h
+ INCLUDES = -I$(top_srcdir)/include
+--
+2.1.4
+