~lttng/lttng-ust/packaging-daily

« back to all changes in this revision

Viewing changes to patches/link-liblttng-ust-ctl-with-ldl.patch

  • Committer: Simon Marchi
  • Date: 2015-04-14 18:18:01 UTC
  • Revision ID: simon.marchi@polymtl.ca-20150414181801-j952fly2mcvc6vls
Remove patch that was just added

THe same change was done upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/liblttng-ust-ctl/Makefile.am
2
 
+++ b/liblttng-ust-ctl/Makefile.am
3
 
@@ -10,4 +10,5 @@
4
 
 liblttng_ust_ctl_la_LIBADD = \
5
 
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
6
 
        $(top_builddir)/liblttng-ust/liblttng-ust-support.la \
7
 
-       $(top_builddir)/snprintf/libustsnprintf.la
8
 
+       $(top_builddir)/snprintf/libustsnprintf.la \
9
 
+       -ldl