[asterisk-commits] seanbright: branch seanbright/editline-update r279471 - /team/seanbright/edit...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jul 25 18:11:34 CDT 2010
Author: seanbright
Date: Sun Jul 25 18:11:30 2010
New Revision: 279471
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279471
Log:
libedit's ./configure doesn't take some of these arguments, so remove them.
Modified:
team/seanbright/editline-update/main/Makefile
Modified: team/seanbright/editline-update/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/seanbright/editline-update/main/Makefile?view=diff&rev=279471&r1=279470&r2=279471
==============================================================================
--- team/seanbright/editline-update/main/Makefile (original)
+++ team/seanbright/editline-update/main/Makefile Sun Jul 25 18:11:30 2010
@@ -104,7 +104,7 @@
CHECK_SUBDIR: # do nothing, just make sure that we recurse in the subdir/
editline/libedit.a: CHECK_SUBDIR
- cd editline && CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(_ASTCFLAGS:-Werror=) $(ASTCFLAGS))" LDFLAGS="$(_ASTLDFLAGS) $(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
+ cd editline && CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(_ASTCFLAGS:-Werror=) $(ASTCFLAGS))" LDFLAGS="$(_ASTLDFLAGS) $(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
$(MAKE) -C editline libedit.a
db1-ast/libdb1.a: CHECK_SUBDIR
More information about the asterisk-commits
mailing list