Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 146479 Details for
Bug 206863
net-analyzer/nmap-4.68 fails to compile on uclibc/uclibc++
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
nmap-4.53-libm.patch
nmap-4.53-libm.patch (text/plain), 1.15 KB, created by
Natanael Copa
on 2008-03-18 13:10:32 UTC
(
hide
)
Description:
nmap-4.53-libm.patch
Filename:
MIME Type:
Creator:
Natanael Copa
Created:
2008-03-18 13:10:32 UTC
Size:
1.15 KB
patch
obsolete
>--- nmap-4.53.orig/configure.ac 2008-03-18 12:22:23 +0000 >+++ nmap-4.53/configure.ac 2008-03-18 12:42:57 +0000 >@@ -459,6 +459,7 @@ > AC_SUBST(DNET_DIST_CLEAN) > > LIBLUADIR=liblua >+AC_CHECK_LIBM > > have_lua=no > requested_included_lua=no >@@ -474,7 +475,7 @@ > ;; > included) > CXXFLAGS="-I$LIBLUADIR $CXXFLAGS" >- LIBLUA_LIBS="$LIBLUADIR/liblua.a" >+ LIBLUA_LIBS="$LIBLUADIR/liblua.a $LIBM" > LUA_DEPENDS="$LIBLUADIR/liblua.a" > LUA_BUILD="lua_build" > LUA_CLEAN="lua_clean" >@@ -487,7 +488,7 @@ > ;; > *) > CXXFLAGS="-I$with_liblua/include $CXXFLAGS" >- LDFLAGS="-L$with_liblua/lib $LDFLAGS" >+ LDFLAGS="-L$with_liblua/lib $LDFLAGS $LIBM" > have_lua=yes > ;; > esac] >@@ -524,7 +525,7 @@ > have_lua=yes, have_lua=no) > AC_LANG_POP(C++) > >- LIBLUA_LIBS="-llua" >+ LIBLUA_LIBS="-llua $LIBM" > LUA_DEPENDS="" > LUA_BUILD="" > LUA_CLEAN="" >@@ -535,7 +536,7 @@ > if test $have_lua != yes; then > AC_MSG_RESULT(no) > CXXFLAGS="-I$LIBLUADIR $CXXFLAGS" >- LIBLUA_LIBS="$LIBLUADIR/liblua.a" >+ LIBLUA_LIBS="$LIBLUADIR/liblua.a $LIBM" > LUA_DEPENDS="$LIBLUADIR/liblua.a" > LUA_BUILD="lua_build" > LUA_CLEAN="lua_clean"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206863
:
146456
|
146457
|
146479
|
146484
|
153619