search for: lib_deps

Displaying 5 results from an estimated 5 matches for "lib_deps".

2016 Feb 09
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
...asically, the new fix for avoiding the Support library dependency set from the 'required_libraries = Support' in llvm/utils/unittest/LLVMBuild.txt is not read it for LLVM_LINK_LLVM_DYLIB. The new patch modifies llvm_add_library() in cmake/modules/AddLLVM.cmake to manually set the LLVMBUILD_LIB_DEPS_gtest property to LLVM when LLVM_LINK_LLVM_DYLIB is set and the library name is gtest rather than read from the tools/llvm-config/LibraryDependencies.inc generated by llvm-build. Jack ps As soon as this patch lands, I'll look at trying to rework the unittests handling of th...
2016 Feb 06
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
...changes of... Index: cmake/modules/AddLLVM.cmake =================================================================== --- cmake/modules/AddLLVM.cmake (revision 259743) +++ cmake/modules/AddLLVM.cmake (working copy) @@ -475,13 +475,15 @@ # property has been set to an empty value. get_property(lib_deps GLOBAL PROPERTY LLVMBUILD_LIB_DEPS_${name}) - if (LLVM_LINK_LLVM_DYLIB AND NOT ARG_STATIC AND NOT ARG_DISABLE_LLVM_LINK_LLVM_DYLIB) - set(llvm_libs LLVM) - else() - llvm_map_components_to_libnames(llvm_libs - ${ARG_LINK_COMPONENTS} - ${LLVM_LINK_COMPONENTS} - ) + if (DEFINE...
2007 Jan 17
1
vpopmail
...l=no else want_vpopmail=yes + vpopmail_home="$withval" fi else want_vpopmail=yes + vpopmail_home="`echo ~vpopmail`" fi *************** *** 30717,30723 **** fi if test $want_vpopmail = yes; then ! vpopmail_home="`echo ~vpopmail`" vpop_libdeps="$vpopmail_home/etc/lib_deps" { echo "$as_me:$LINENO: checking for vpopmail configuration at $vpop_libdeps" >&5 --- 30719,30725 ---- fi if test $want_vpopmail = yes; then ! # vpopmail_home="`echo ~vpopmail`" vpop_libdeps="$vpopmail_home/etc/lib_deps" { echo "$as_me:$LINENO: che...
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
...-H -R 0 pop-3 /var/qmail/bin/qmail-popup your_mail_domain_here /var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & if ! [ -f "/var/vpopmail/etc/inc_deps" ]; then echo "-I/var/vpopmail/include/" > /var/vpopmail/etc/inc_deps; fi if ! [ -f "/var/vpopmail/etc/lib_deps" ]; then echo "-L/var/vpopmail/lib -lvpopmail -L/usr/local/mysql/lib \ -lmysqlclient -lz" > /var/vpopmail/etc/lib_deps; fi cd .. tar xzvf sqwebmail* cd sqwebmail_dir adjust to your apache setup: ./configure --disable-changepass --enable-autopurge=7 --with-defaultlang=en --enab...
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...l.h presence... yes checking for security/pam_appl.h... yes checking pam/pam_appl.h usability... no checking pam/pam_appl.h presence... no checking for pam/pam_appl.h... no checking for pam_setcred in -lpam... yes checking for auth_userokay... no checking for vpopmail configuration at ~vpopmail/etc/lib_deps... not found checking for crypt in -lcrypt... yes checking for dlopen... yes checking whether byte ordering is bigendian... no checking for IPv6... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes configure: creating ./config.status config.status: crea...