Преглед изворни кода

Use the more compatible -R flag instead of -rpath when linking.

master
Richard Nyberg пре 15 година
родитељ
комит
b47b55b3bc
1 измењених фајлова са 4 додато и 2 уклоњено
  1. +4
    -2
      configure.ac

+ 4
- 2
configure.ac Прегледај датотеку

@@ -10,8 +10,10 @@ AC_PROG_RANLIB

AC_ARG_WITH(openssl,
[ --with-openssl=dir use openssl installed in dir],
AC_SUBST(openssl_LDFLAGS,["-L${withval}/lib -Wl,-rpath=${withval}/lib"])
AC_SUBST(openssl_CPPFLAGS,"-I${withval}/include"))
[
AC_SUBST(openssl_LDFLAGS,["-L${withval}/lib -Wl,-R,${withval}/lib"])
AC_SUBST(openssl_CPPFLAGS,"-I${withval}/include")
])

AC_ARG_WITH(evloop-method,
[ --with-evloop-method select evloop method (epoll,poll,kqueue)],


Loading…
Откажи
Сачувај