From d8dfd38342431cd0821346738b517f0f9fe3ea8d Mon Sep 17 00:00:00 2001 From: phampson Date: Sat, 26 Mar 2005 12:46:35 +0000 Subject: [PATCH] Update Debian build process to link eap types statically against libeap and rlm_eap_tls as needed. --- debian/changelog | 7 +++++-- debian/rules | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 782d666..856754e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -freeradius (1.0.cvs20050305-0) unstable; urgency=low +freeradius (1.0.cvs20050326-0) unstable; urgency=low * Current CVS version * FreeRADIUS 1.1.0 is now able to use net-snmp in ucd-snmp @@ -19,8 +19,11 @@ freeradius (1.0.cvs20050305-0) unstable; urgency=low Closes: #280942 * FreeRADIUS-dialupadmin's help.php3 can now find README. Closes: #280941 + * rlm_eap_* link statically to libeap and rlm_eap_tls as + neccessary, since trying to do it dynamically fails + to build due to libtool being too clever. - -- Paul Hampson Wed, 29 Dec 2004 16:52:05 +1100 + -- Paul Hampson Sat, 26 Mar 2005 23:45:09 +1100 freeradius (1.0.0-0) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1670652..7225b07 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,9 @@ else confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE) endif +# Libtool won't play nice, so we won't play at all +export RLM_EAP_LINK_MODE = -static + build-simple stamp-build: dh_testdir # dh_testroot -- 2.1.4