fixing libevent broken ssl building

This commit is contained in:
n8fr8 2012-05-09 00:43:33 -04:00
parent ad4060f2a0
commit aba382c581
1 changed files with 1 additions and 1 deletions

2
external/Makefile vendored
View File

@ -93,7 +93,7 @@ libevent/Makefile:
cp config.sub libevent
cp config.guess libevent
cd libevent && \
CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS) -I$(EXTERNAL_ROOT)/include" LDFLAGS="$(LDFLAGS)" LIBS="-L$(EXTERNAL_ROOT)/lib -lcrypto -lssl" \
CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS) -I$(EXTERNAL_ROOT)/include" LDFLAGS="$(LDFLAGS)" \
./configure \
--host=$(HOST) \
--disable-shared