Skip to content

Commit 7d7a40a

Browse files
author
vvaltman
committed
Fixed configure. Added fwd_media command
1 parent 19e0689 commit 7d7a40a

10 files changed

+1066
-414
lines changed

Makefile.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
srcdir=@srcdir@
22

33
CFLAGS=@CFLAGS@
4-
LDFLAGS=@LDFLAGS@
5-
CPPFLAGS=@CPPFLAGS@
4+
LDFLAGS=@LDFLAGS@ @OPENSSL_LDFLAGS@
5+
CPPFLAGS=@CPPFLAGS@ @OPENSSL_INCLUDES@
66
DEFS=@DEFS@
7-
COMPILE_FLAGS=${CFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC
7+
COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC
88

9-
EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@
9+
EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@ @OPENSSL_LIBS@
1010
LOCAL_LDFLAGS=-rdynamic -ggdb -levent ${EXTRA_LIBS}
1111
LINK_FLAGS=${LDFLAGS} ${LOCAL_LDFLAGS}
1212

config.h.in

+1-8
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,9 @@
2121
/* Define to 1 if you have the <lauxlib.h> header file. */
2222
#undef HAVE_LAUXLIB_H
2323

24-
/* Define to 1 if you have the `AES_set_encrypt_key' library
25-
(-lAES_set_encrypt_key). */
26-
#undef HAVE_LIBAES_SET_ENCRYPT_KEY
27-
2824
/* Define to 1 if you have the `config' library (-lconfig). */
2925
#undef HAVE_LIBCONFIG
3026

31-
/* Define to 1 if you have the `crypto' library (-lcrypto). */
32-
#undef HAVE_LIBCRYPTO
33-
3427
/* Define to 1 if you have the `edit' library (-ledit). */
3528
#undef HAVE_LIBEDIT
3629

@@ -40,7 +33,7 @@
4033
/* Define to 1 if you have the `m' library (-lm). */
4134
#undef HAVE_LIBM
4235

43-
/* Define to 1 if you have the `z' library (-lz). */
36+
/* Define to 1 if you have `z' library (-lz) */
4437
#undef HAVE_LIBZ
4538

4639
/* Define to 1 if you have the <luaconf.h> header file. */

0 commit comments

Comments
 (0)