summarylogtreecommitdiffstats
path: root/ucl-1.03-no-undefined.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ucl-1.03-no-undefined.patch')
-rw-r--r--ucl-1.03-no-undefined.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ucl-1.03-no-undefined.patch b/ucl-1.03-no-undefined.patch
new file mode 100644
index 000000000000..0cc795e6f388
--- /dev/null
+++ b/ucl-1.03-no-undefined.patch
@@ -0,0 +1,11 @@
+--- ucl-1.03/src/Makefile.am.orig 2015-02-22 22:24:15.619000000 +0300
++++ ucl-1.03/src/Makefile.am 2015-02-22 22:24:26.663800000 +0300
+@@ -12,7 +12,7 @@
+
+ lib_LTLIBRARIES = libucl.la
+
+-libucl_la_LDFLAGS = -version-info 1:0:0
++libucl_la_LDFLAGS = -version-info 1:0:0 -no-undefined
+
+ libucl_la_SOURCES = \
+ alloc.c \