diff options
author | paul <paul> | 2005-08-25 16:50:05 +0200 |
---|---|---|
committer | paul <paul> | 2005-08-25 16:50:05 +0200 |
commit | a969459c92d6b6cc557a0961aca14059e791bc08 (patch) | |
tree | 97ad6dcb79caf159e67b39252095c6724c45c416 /ChangeLog | |
parent | * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked (diff) | |
download | frr-a969459c92d6b6cc557a0961aca14059e791bc08.tar.xz frr-a969459c92d6b6cc557a0961aca14059e791bc08.zip |
2005-08-25 Paul Jakma <paul@jakma.org>
* configure.ac: Add -fno-omit-frame-pointer after -Os in default
cflags, just to be sure.
Fedora's readline library does not itself link to termcap, hence
we must pass the result of termcap tests in via OTHER-LIBRARIES
argument, otherwise the test of main in readline will fail due to
missing termcap systems. On systems like Debian, -ltermcap
is not needed for the readline test, because libreadline already
links to it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-08-25 Paul Jakma <paul@jakma.org> + + * configure.ac: Add -fno-omit-frame-pointer after -Os in default + cflags, just to be sure. + Fedora's readline library does not itself link to termcap, hence + we must pass the result of termcap tests in via OTHER-LIBRARIES + argument, otherwise the test of main in readline will fail due to + missing termcap systems. On systems like Debian, -ltermcap + is not needed for the readline test, because libreadline already + links to it. + 2005-08-25 Hasso Tepper <hasso at quagga.net> * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked |