summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libgnurx/makefile.am.p
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-26 14:11:32 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-26 14:11:32 +0100
commita2188457cf608cdc3c24e317cff82b7dd7a5f45a (patch)
tree88b4bd33f15cfcc81d4f4ac360afbdf61cf2f0de /sdk/recipes/patches/libgnurx/makefile.am.p
parentd819cc6759c3d3a52323aeecf688862767e52d39 (diff)
downloadtoolchains-a2188457cf608cdc3c24e317cff82b7dd7a5f45a.tar.gz
toolchains-a2188457cf608cdc3c24e317cff82b7dd7a5f45a.tar.bz2
Fix mingw libgnurx building for static libraries
This uses the Fedora mingw-libgnurx package approach to make the autofoo in the gnurx library less broken allowing teh generation of static libraries.
Diffstat (limited to 'sdk/recipes/patches/libgnurx/makefile.am.p')
-rw-r--r--sdk/recipes/patches/libgnurx/makefile.am.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libgnurx/makefile.am.p b/sdk/recipes/patches/libgnurx/makefile.am.p
new file mode 100644
index 0000000..cda636d
--- /dev/null
+++ b/sdk/recipes/patches/libgnurx/makefile.am.p
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100
++++ Makefile.am 2015-04-26 13:56:54.997424989 +0100
+@@ -0,0 +1,8 @@
++lib_LTLIBRARIES = libgnurx.la
++
++libgnurx_la_SOURCES = regex.c
++libgnurx_la_includedir = $(includedir)
++libgnurx_la_include_HEADERS = regex.h
++libgnurx_la_CFLAGS = -I$(top_srcdir)
++libgnurx_la_LDFLAGS = -no-undefined -version-info 0:0:0 -export-dynamic
++