lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 0f8e376b08c664395e37699f8611f7fcafaa88f6
parent bd4db78c89f1e0f04f0d076722c3131b63866697
Author: Steven Barth <steven@midlink.org>
Date:   Tue, 24 Mar 2015 11:28:59 +0100

Merge pull request #1062 from smoofra/tmux

tmux: build fix: don't -I /usr/local/include
Diffstat:
Autils/tmux/patches/200-usr-local.patch | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/utils/tmux/patches/200-usr-local.patch b/utils/tmux/patches/200-usr-local.patch @@ -0,0 +1,14 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -101,9 +101,9 @@ bin_PROGRAMS = tmux$(EXEEXT) + @IS_DEBUG_TRUE@@IS_GCC_TRUE@ -Wdeclaration-after-statement + @IS_DEBUG_TRUE@@IS_GCC_TRUE@am__append_4 = -DDEBUG + @IS_DEBUG_FALSE@@IS_GCC_TRUE@am__append_5 = -O2 +-@IS_GCC4_TRUE@@IS_GCC_TRUE@am__append_6 = -iquote. -I/usr/local/include ++@IS_GCC4_TRUE@@IS_GCC_TRUE@am__append_6 = -iquote. + @IS_DEBUG_TRUE@@IS_GCC4_TRUE@@IS_GCC_TRUE@am__append_7 = -Wno-pointer-sign +-@IS_GCC4_FALSE@@IS_GCC_TRUE@am__append_8 = -I. -I- -I/usr/local/include ++@IS_GCC4_FALSE@@IS_GCC_TRUE@am__append_8 = -I. -I- + + # Set flags for Solaris. + @IS_GCC_TRUE@@IS_SUNOS_TRUE@am__append_9 = -D_XPG6 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS