This wasn't pretty; candidate 2.4.30 build on current fedora...

/path/build/libtool --silent --mode=link gcc  -g -O2 -pthread
-L/path/lib      -o mod_lua.la -rpath /path/modules -module
-avoid-version  lua_apr.lo lua_config.lo mod_lua.lo lua_request.lo
lua_vmprep.lo lua_dbd.lo lua_passwd.lo -L/usr/lib -llua -lm -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libcrypt.so when searching
for -lcrypt
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when
searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc

-L/usr/lib ? That's F'ed up.

LUA_CFLAGS='-I/usr/include'
LUA_LIBS='-L/usr/lib -llua -lm'
MOD_LUA_LDADD='-L/usr/lib -llua -lm -lcrypt '

are our mistakes. Not sure this is a regression, but it is nonsense.

As illustrated by /usr/lib64/pkgconfig/lua.pc
V= 5.3
R= 5.3.4
prefix= /usr
exec_prefix=${prefix}
libdir= /usr/lib64
includedir=${prefix}/include

Name: Lua
Description: An Extensible Extension Language
Version: ${R}
Requires:
Libs: -llua -lm -ldl
Cflags: -I${includedir}


On Mon, Feb 19, 2018 at 8:54 AM,  <drugg...@primary.net> wrote:
> Hi, all;
>
>    Please find below the proposed release tarball and signatures:
>
> https://dist.apache.org/repos/dist/dev/httpd/
>
>
>
> I would like to call a VOTE over the next few days to release this candidate
> tarball as 2.4.30:
>
>
>
> [ ] +1: It’s not just good, it’s good enough!
>
> [ ] +0: Let’s have a talk…
>
> [ ] -1: There’s trouble in paradise. Here’s what’s wrong.
>
> --
>
> Daniel Ruggeri
>
>

Reply via email to