From 50e59cce6d2aee42ef94cdc3d45a8812095dbd3c Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Thu, 5 Feb 2009 04:33:48 +0100 Subject: [PATCH] explicitly link against libdl --- hostapd/Makefile | 1 + wpa_supplicant/Makefile | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hostapd/Makefile b/hostapd/Makefile index 3c6bd4a..e548430 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -335,6 +335,7 @@ CFLAGS += -DEAP_TNC OBJS += ../src/eap_server/eap_tnc.o OBJS += ../src/eap_server/tncs.o NEED_BASE64=y +LIBS += -ldl endif # Basic EAP functionality is needed for EAPOL diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 65adf53..5002c56 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -566,6 +566,7 @@ OBJS += ../src/eap_peer/tncc.o OBJS_h += ../src/eap_server/eap_tnc.o OBJS_h += ../src/eap_server/tncs.o NEED_BASE64=y +LIBS += -ldl endif ifdef CONFIG_IEEE8021X_EAPOL -- 1.6.1.2