Commit Graph

438 Commits (bae41357596e6ec24c1d1a222bc1036c469413c7)

Author SHA1 Message Date
Jason Parker cd304a0a76 We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This adds LDOPTS
18 years ago
Jason Parker 9b23ab95aa Fix a few build issues in Solaris (and likely others).
18 years ago
Jason Parker a7583cd240 Change a syntax that the GNU make in Solaris dislikes.
18 years ago
Russell Bryant 55bedc87b6 Honor the contents of the COPTS variable as custom target CFLAGS. Apparently
18 years ago
Steve Murphy 1e085b5dfb This fixes bug 10416; thanks to mvanbaak for the pretty output
18 years ago
Russell Bryant 536ef99117 AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiled
18 years ago
Mark Michelson dbfdbbf4cc Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never defined so the majority of ast_backtrace never
18 years ago
Steve Murphy 7363244381 This fixes 10172, where the entire man8 dir gets removed during an uninstall of asterisk
18 years ago
Joshua Colp 556b6b1267 Backport fix for GCC versions without support for declaration-after-statement.
18 years ago
Luigi Rizzo 475e73e27d Add -Wdeclaration-after-statement to AST_DEVMODE flags to catch
18 years ago
Russell Bryant 56f7457883 Tweak paths for BSD systems (issue #10001, stuarth)
18 years ago
Russell Bryant d5d3acb67f Clear CFLAGS before running make for menuselect.
18 years ago
Tilghman Lesher 913f9b90a0 Merged revisions 63903 via svnmerge from
18 years ago
Russell Bryant ab7e5b5c7e I have seen multiple people post questions trying to figure out what the
18 years ago
Russell Bryant af0f8ba422 Ensure that menuselect gets executed in dependency check mode every time you run make.
18 years ago
Russell Bryant fd7085a3ab Export the GTK2 library and include information to sub Makefiles.
18 years ago
Russell Bryant 1b8da31130 Making these documentation changes in the 1.4 branch upset various people, so
18 years ago
Russell Bryant fed69df9cd Add configure script checking for GTK2 and some additional Makefile targets
18 years ago
Russell Bryant 36aed17ca1 Add Asterisk version information to the generated PDF
18 years ago
Russell Bryant c474809cdf Merge changes from svn/asterisk/team/russell/LaTeX_docs.
18 years ago
Joshua Colp 177baaecc6 Add systemname to asterisk.conf generation per recent discussions about it. (issue #8968 reported by blitzrage)
19 years ago
Russell Bryant eedd121fbc Ensure that the locations given to the Asterisk configure script for ncurses,
19 years ago
Kevin P. Fleming 30e4f113a4 when building the sample greetings for maibox 1234@default during 'make samples', build a greeting for each language and file format the user selected to install with menuselect (reported by Brian Capouch on asterisk-dev)
19 years ago
Russell Bryant 8fb6be645e Merged revisions 50227 via svnmerge from
19 years ago
Kevin P. Fleming 8332521122 various Makefile improvements to get chan_vpb (and any other C++ modules) to build properly
19 years ago
Kevin P. Fleming 9944304c2f use a simpler (and portable) method to ensure that menuselect is built as a host binary
19 years ago
Kevin P. Fleming 6e45c965e1 revert this change until a better solution can be found... 'env -i' was not being used properly, but even when changed to do so, this process fails during cross-compilation because the menuselect build still sees 'CC' as set to the cross-compiler
19 years ago
Jason Parker d017436015 Minor fixes for Solaris.
19 years ago
Joshua Colp 14f57685be Use env -i to start a fresh environment when going to build menuselect. This is more portable then using unset. (issue #8543 reported by jtodd)
19 years ago
Kevin P. Fleming 0509ca82b4 simplify dependency tracking system, using the compiler's built-in method for generating them, and only doing dependency tracking if developer mode is enabled via the configure script
19 years ago
Kevin P. Fleming be1b5dab06 since we really, really have to have autoconfig.h included before all other headers (especially system headers), the Makefile will now force it to happen (this will fix build problems with files like ast_expr2f.c, where we can't control the inclusion order in the file itself)
19 years ago
Russell Bryant fee1970293 FreeBSD 6.1 does not include wget by default. However, it has fetch which will
19 years ago
Jason Parker 1b872bbcfa Export several more variables in top level Makefile. Inspired by issue 8438.
19 years ago
Russell Bryant 3519337723 Add the target "menuconfig" as an alias for the "menuselect" target. This is
19 years ago
Russell Bryant 468fbbf3ca Fixes for cross-compilation on mips
19 years ago
Russell Bryant 5cc4200696 Restore the ability to remove the firmware directory without causing the
19 years ago
Joshua Colp 8deedb83fa Pass DESTDIR and ASTSBINDIR so that the utilities get installed in the proper location (reported on asterisk-dev mailing list)
19 years ago
Joshua Colp 4a4fc523b8 Pass off AUDIO_LIBS so muted can link on OSX (issue #8135 reported by ssokol)
19 years ago
Luigi Rizzo 00a6fcb35e put linker flags in ASTLDFLAGS where they belong
19 years ago
Kevin P. Fleming fc72291807 ensure that local include files are always used
19 years ago
Russell Bryant aff14e6d89 Fix a problem that cuased AST_DATA_DIR in defaults.h to be empty. The cause is
19 years ago
Luigi Rizzo 719ba6b535 fix two recent build problems:
19 years ago
Kevin P. Fleming 704397dc3c don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they are also then used for non-Asterisk components (like menuselect); use our own variables instead
19 years ago
Kevin P. Fleming 9f2b0f44ec a couple more environment settings that can't leak into the menuselect build
19 years ago
Kevin P. Fleming 6a27cee242 don't output the 'build complete' message when the target being run is already going to do an installation
19 years ago
Kevin P. Fleming 1485fa4c24 move this header to include where it belongs
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Jason Parker 23def858f7 We have autoconf...let's actually use it.
19 years ago
Kevin P. Fleming be29512d1e more makefile tweaks to keep targets from being run when they don't need to be
19 years ago
Kevin P. Fleming 3f189742f6 make menuselect configure process be silent when possible
19 years ago