lksctp-tools-1.0.13-build.patch 972 B

12345678910111213141516171819202122232425262728293031
  1. From 2f2ba4e271b91535860705ca5911a3a6e1f64121 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@flameeyes.eu>
  3. Date: Sat, 23 Feb 2013 23:08:49 -0800
  4. Subject: [PATCH lksctp-tools] build: fix out-of-tree build of withsctp.
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
  9. ---
  10. src/withsctp/Makefile.am | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/src/withsctp/Makefile.am b/src/withsctp/Makefile.am
  13. index e091049..cecf606 100644
  14. --- a/src/withsctp/Makefile.am
  15. +++ b/src/withsctp/Makefile.am
  16. @@ -10,7 +10,7 @@ include $(top_srcdir)/Makefile.rules
  17. bin_PROGRAMS = checksctp
  18. bin_SCRIPTS = withsctp
  19. -AM_CPPFLAGS=-I../include
  20. +AM_CPPFLAGS=-I$(top_srcdir)/src/include
  21. pkglib_LTLIBRARIES = libwithsctp.la
  22. libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
  23. sctp_sockopt.c sctp_socket.h
  24. --
  25. 1.8.1.2