IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12498 for trunk/psLib


Ignore:
Timestamp:
Mar 19, 2007, 2:12:49 PM (19 years ago)
Author:
jhoblitt
Message:

fix openssl test to set -lcrypto in PSLIB_LIBS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r12430 r12498  
    6565  [AC_MSG_RESULT(memory allocation backtracing enabled)
    6666    AC_DEFINE([PS_MEM_BACKTRACE], 1, [Define to 1 if you want memory backtracing])
     67    CFLAGS="${CFLAGS=} -rdynamic"
    6768  ]
    6869)
     
    427428[AS_HELP_STRING(--with-ssl-lib=DIR,Specify SSL library directory.)],
    428429[SSL_LDFLAGS="-L$withval"])
    429 PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${SSL_CFLAGS}"
    430 PSLIB_LIBS="${PSLIB_LIBS=} $SSL_LDFLAGS -lssl"
    431430
    432431CFLAGS="${CFLAGS} ${SSL_CFLAGS}"
     
    443442)
    444443
     444PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${SSL_CFLAGS}"
     445PSLIB_LIBS="${PSLIB_LIBS=} ${SSL_LDFLAGS=} ${LIBS}"
     446
    445447AC_SUBST([SSL_CFLAGS])
     448AC_SUBST([SSL_LDFLAGS])
    446449
    447450dnl restore the CFLAGS/LDFLAGS
Note: See TracChangeset for help on using the changeset viewer.