From: Fajar A. Nugraha Date: Fri, 10 Aug 2012 06:59:31 +0000 (+0700) Subject: redhat:add '--with-system-libltdl' to fix build error on RHEL6 X-Git-Tag: release_2_2_0~75^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F75%2Fhead;p=thirdparty%2Ffreeradius-server.git redhat:add '--with-system-libltdl' to fix build error on RHEL6 --- diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index 1c5eda765c..929450208b 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -172,6 +172,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fpic" %configure \ --libdir=%{_libdir}/freeradius \ --with-system-libtool \ + --with-system-libltdl \ --disable-ltdl-install \ --with-udpfromto \ --with-gnu-ld \