aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk/asterisk-1.0.9/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asterisk/asterisk-1.0.9/makefile.patch')
-rw-r--r--packages/asterisk/asterisk-1.0.9/makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/asterisk/asterisk-1.0.9/makefile.patch b/packages/asterisk/asterisk-1.0.9/makefile.patch
index 066fb677dc..6684d8696e 100644
--- a/packages/asterisk/asterisk-1.0.9/makefile.patch
+++ b/packages/asterisk/asterisk-1.0.9/makefile.patch
@@ -208,7 +208,7 @@
# Add GTK console if appropriate
-PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
-+PBX_LIBS+=$(shell ${STAGING_BINDIR}/gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
++PBX_LIBS+=$(shell ${STAGING_BINDIR_CROSS}/gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
# Add KDE Console if appropriate
#PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")