Hi!

While trying to create a NetBSD package of FreeRADIUS 0.4 I noticed
that the source files are not compiled "right" with libtool.

Are there any plans to libtoolify the sources, i.e. compile and
link all files like this:

  ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c filename.c
  ${LIBTOOL} --mode=link ${CC} -o ${LIBRADIUS:.a=.la} ${OBJS:.o=.lo} \
    -rpath ${PREFIX}/lib -version-info ${MAJOR}:${MINOR}

Right now e.g. src/lib/Makefile isn't compiled properly.

I'm going to take a look at this, although the priority is very low.
Please let me know if someone is already working on this issue.

Martti

---
Martti Kuparinen <[EMAIL PROTECTED]>      NetBSD - No media hype
http://www.iki.fi/~kuparine/                    http://www.netbsd.org/


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to