aboutsummaryrefslogtreecommitdiff
path: root/src/config/shlib.conf
AgeCommit message (Expand)AuthorFilesLines
2008-12-08Add a configure option --disable-rpath to suppress rpath flags inGreg Hudson1-41/+68
2008-08-12Actually use the export list for Darwin librariesKen Raeburn1-1/+1
2008-07-09Use -dead_strip when linking dynamic libraries on DarwinKen Raeburn1-1/+1
2007-10-31Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions.Ken Raeburn1-0/+42
2007-10-31Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn1-9/+9
2007-08-09need more dylib_file specs for darwinKen Raeburn1-2/+5
2007-08-08Get rid of some old SunOS 4 config stuffKen Raeburn1-18/+0
2007-03-21Don't use -Bsymbolic on Linux for now, it seems to break kadmind somehowKen Raeburn1-1/+1
2007-03-15On Linux, add linker flags -Bsymbolic (makes for smaller libraries, atKen Raeburn1-1/+1
2007-03-05osf1: get proper library dependencies installedKen Raeburn1-1/+1
2006-10-23For Irix - determine if using gcc and gnu ld - set compiler flags properlyEzra Peisach1-1/+7
2006-10-22osf1 -oldstyle_liblookup typoEzra Peisach1-1/+1
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn1-1/+1
2006-08-30* shlib.conf (*-*-linux*): Use LDFLAGS in LDCOMBINEKen Raeburn1-1/+1
2006-07-21respect LDFLAGS in NetBSD buildKen Raeburn1-1/+14
2006-06-29back out r18245; it breaks under gcc + GNU ld on SolarisTom Yu1-3/+1
2006-06-28implement symbol export restrictions for SolarisKen Raeburn1-1/+3
2006-06-16fix for support lib version number changeKen Raeburn1-1/+1
2006-06-15This ticket is pretty old, and the config files have been changedKen Raeburn1-0/+13
2006-06-09Don't use GNU linker option --as-needed yetKen Raeburn1-1/+1
2006-04-14(*-*-solaris*): Set LDCOMBINE_TAIL to use LDFLAGSKen Raeburn1-0/+1
2006-04-08* shlib.conf (*-*-linux*): Use linker flag --as-needed whenKen Raeburn1-1/+1
2006-03-16Quick hack to make it easy to run valgrind on many of our test cases.Ken Raeburn1-1/+1
2006-03-07Merge from plugin branchKen Raeburn1-10/+7
2006-01-25Check the export lists against the newly built shared library to make sure allKen Raeburn1-1/+1
2005-11-29* shlib.conf (*-*-solaris*): Include $(CFLAGS) in LDCOMBINE. Don't useKen Raeburn1-6/+12
2005-10-27If configure scripts set build_dynobj=yes, force build of shared objects andKen Raeburn1-1/+1
2005-10-27Allow dynamic-object dependencies and build flags to be specified as distinct...Ken Raeburn1-1/+5
2005-10-13* shlib.conf: Change aix5.3 section to aix5.*. Change aix* section to aix4.*,Ken Raeburn1-2/+9
2005-10-05Move libdb2 makefile stuff down into db2 module subtree.Ken Raeburn1-0/+7
2005-09-09patch from Marc Aurele La France:Ken Raeburn1-0/+27
2005-07-06Drop "lib" prefix from things intended to be dynamically loadedKen Raeburn1-14/+14
2005-03-25shared library support for HP-UX 10Ken Raeburn1-7/+22
2005-02-09Build system support for a library having more than one init/fini symbolKen Raeburn1-6/+9
2004-12-17can't build shared libraries on sparc64-netbsdKen Raeburn1-1/+1
2004-09-23* lib.in (binutils.versions, osf1.exports): New file targets.Ken Raeburn1-2/+6
2004-09-22Only use -Wl,-oldstyle_liblookup if using native linker. Check forTom Yu1-1/+2
2004-09-21* shlib.conf (*-*-linux*, *-*-gnu*, *-*-k*bsd*-gnu): Don't use the linkerKen Raeburn1-1/+1
2004-08-19 * shlib.conf: Add support for gnu hurd and for BSD kernels withSam Hartman1-1/+1
2004-07-12* shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in CC_LINK_SHARED andKen Raeburn1-3/+3
2004-07-09* shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in LDCOMBINEKen Raeburn1-1/+1
2004-06-19* shlib.conf (*-*-darwin*, *-*-rhapsody*): Don't set PICFLAGS or LDFLAGS.Ken Raeburn1-9/+11
2004-06-08* shlib.conf (*-*-darwin*, *-*-rhapsody*): Add -Wl,-search_paths_first toKen Raeburn1-0/+1
2004-06-04Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn1-14/+14
2004-05-30* shlib.conf (*-*-aix*): Use linker options for library finalizationKen Raeburn1-1/+5
2004-05-13* shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file option toKen Raeburn1-2/+2
2004-05-04* shlib.conf (alpha*-dec-osf*): Do remember to set use_linker_init_option andKen Raeburn1-2/+4
2004-04-30* shlib.conf (alpha*-dec-osf*): Add support for export list, using a temporaryKen Raeburn1-4/+10
2004-04-29* shlib.conf: Initialize use_linker_init_option and use_linker_fini_option toKen Raeburn1-4/+14
2004-04-26* shlib.conf (INIT_FINI_PREP): New variable. Default to a no-op, but let eachKen Raeburn1-4/+8