Changeset 1401
- Timestamp:
- 01/04/07 15:49:16 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/asterisk/patches/patch-main_Makefile
r1398 r1401 2 2 fixed CFLAGS and LDFLAGS for internal call to configure and make 3 3 --- asterisk-1.4.0.orig/main/Makefile 2006-12-18 12:59:24.000000000 +0100 4 +++ asterisk-1.4.0/main/Makefile 2007-01-04 1 3:15:02.000000000 +01005 @@ -94, 6 +94,10@@ ifeq ($(OSARCH),SunOS)4 +++ asterisk-1.4.0/main/Makefile 2007-01-04 15:45:04.000000000 +0100 5 @@ -94,8 +94,12 @@ ifeq ($(OSARCH),SunOS) 6 6 ASTLINK= 7 7 endif … … 12 12 + 13 13 editline/libedit.a: 14 cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS:-Werror=)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) 14 - cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS:-Werror=)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) 15 + cd editline && test -f config.h || CFLAGS="$(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) 15 16 $(MAKE) -C editline libedit.a 17 18 db1-ast/libdb1.a:


