Update logrotate to rotate sqltrace.sql
[freeradius.git] / redhat / freeradius.spec
index 321b2aa..76f5da5 100644 (file)
@@ -1,7 +1,7 @@
 Summary: High-performance and highly configurable RADIUS server
 URL: http://www.freeradius.org/
 Name: freeradius
-Version: 0.6
+Version: 0.8
 Release: 1
 License: GPL
 Group: Networking/Daemons
@@ -30,8 +30,11 @@ CFLAGS="$RPM_OPT_FLAGS" \
        --mandir=%{_mandir} \
        --with-threads \
        --with-thread-pool \
-       --with-gnu-ld \
+       --with-system-libtool \
        --disable-ltdl-install \
+       --with-ltdl-lib=/usr/lib \
+       --with-ltdl-include=/usr/include \
+       --with-gnu-ld \
        --with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
        --with-rlm-krb5-include-dir=/usr/kerberos/include \
        --with-rlm-krb5-lib-dir=/usr/kerberos/lib
@@ -111,6 +114,12 @@ fi
 %attr(0700,radiusd,radiusd) %dir /var/run/radiusd
 
 %changelog
+* Wed Sep  4 2002 Marko Myllynen
+- fix libtool issues for good
+
+* Thu Aug 22 2002 Marko Myllynen
+- update for 0.7/0.8
+
 * Tue Jun 18 2002 Marko Myllynen
 - run as radiusd user instead of root
 - added some options for configure