summaryrefslogtreecommitdiffstats
path: root/src/config/shlib.conf
Commit message (Expand)AuthorAgeFilesLines
* need more dylib_file specs for darwinKen Raeburn2007-08-091-2/+5
* Get rid of some old SunOS 4 config stuffKen Raeburn2007-08-081-18/+0
* Don't use -Bsymbolic on Linux for now, it seems to break kadmind somehowKen Raeburn2007-03-211-1/+1
* On Linux, add linker flags -Bsymbolic (makes for smaller libraries, atKen Raeburn2007-03-151-1/+1
* osf1: get proper library dependencies installedKen Raeburn2007-03-051-1/+1
* For Irix - determine if using gcc and gnu ld - set compiler flags properlyEzra Peisach2006-10-231-1/+7
* osf1 -oldstyle_liblookup typoEzra Peisach2006-10-221-1/+1
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-1/+1
* * shlib.conf (*-*-linux*): Use LDFLAGS in LDCOMBINEKen Raeburn2006-08-301-1/+1
* respect LDFLAGS in NetBSD buildKen Raeburn2006-07-211-1/+14
* back out r18245; it breaks under gcc + GNU ld on SolarisTom Yu2006-06-291-3/+1
* implement symbol export restrictions for SolarisKen Raeburn2006-06-281-1/+3
* fix for support lib version number changeKen Raeburn2006-06-161-1/+1
* This ticket is pretty old, and the config files have been changedKen Raeburn2006-06-151-0/+13
* Don't use GNU linker option --as-needed yetKen Raeburn2006-06-091-1/+1
* (*-*-solaris*): Set LDCOMBINE_TAIL to use LDFLAGSKen Raeburn2006-04-141-0/+1
* * shlib.conf (*-*-linux*): Use linker flag --as-needed whenKen Raeburn2006-04-081-1/+1
* Quick hack to make it easy to run valgrind on many of our test cases.Ken Raeburn2006-03-161-1/+1
* Merge from plugin branchKen Raeburn2006-03-071-10/+7
* Check the export lists against the newly built shared library to make sure allKen Raeburn2006-01-251-1/+1
* * shlib.conf (*-*-solaris*): Include $(CFLAGS) in LDCOMBINE. Don't useKen Raeburn2005-11-291-6/+12
* If configure scripts set build_dynobj=yes, force build of shared objects andKen Raeburn2005-10-271-1/+1
* Allow dynamic-object dependencies and build flags to be specified as distinct...Ken Raeburn2005-10-271-1/+5
* * shlib.conf: Change aix5.3 section to aix5.*. Change aix* section to aix4.*,Ken Raeburn2005-10-131-2/+9
* Move libdb2 makefile stuff down into db2 module subtree.Ken Raeburn2005-10-051-0/+7
* patch from Marc Aurele La France:Ken Raeburn2005-09-091-0/+27
* Drop "lib" prefix from things intended to be dynamically loadedKen Raeburn2005-07-061-14/+14
* shared library support for HP-UX 10Ken Raeburn2005-03-251-7/+22
* Build system support for a library having more than one init/fini symbolKen Raeburn2005-02-091-6/+9
* can't build shared libraries on sparc64-netbsdKen Raeburn2004-12-171-1/+1
* * lib.in (binutils.versions, osf1.exports): New file targets.Ken Raeburn2004-09-231-2/+6
* Only use -Wl,-oldstyle_liblookup if using native linker. Check forTom Yu2004-09-221-1/+2
* * shlib.conf (*-*-linux*, *-*-gnu*, *-*-k*bsd*-gnu): Don't use the linkerKen Raeburn2004-09-211-1/+1
* * shlib.conf: Add support for gnu hurd and for BSD kernels withSam Hartman2004-08-191-1/+1
* * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in CC_LINK_SHARED andKen Raeburn2004-07-121-3/+3
* * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in LDCOMBINEKen Raeburn2004-07-091-1/+1
* * shlib.conf (*-*-darwin*, *-*-rhapsody*): Don't set PICFLAGS or LDFLAGS.Ken Raeburn2004-06-191-9/+11
* * shlib.conf (*-*-darwin*, *-*-rhapsody*): Add -Wl,-search_paths_first toKen Raeburn2004-06-081-0/+1
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-041-14/+14
* * shlib.conf (*-*-aix*): Use linker options for library finalizationKen Raeburn2004-05-301-1/+5
* * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file option toKen Raeburn2004-05-131-2/+2
* * shlib.conf (alpha*-dec-osf*): Do remember to set use_linker_init_option andKen Raeburn2004-05-041-2/+4
* * shlib.conf (alpha*-dec-osf*): Add support for export list, using a temporaryKen Raeburn2004-04-301-4/+10
* * shlib.conf: Initialize use_linker_init_option and use_linker_fini_option toKen Raeburn2004-04-291-4/+14
* * shlib.conf (INIT_FINI_PREP): New variable. Default to a no-op, but let eachKen Raeburn2004-04-261-4/+8
* Use more flexible command substitution for shared library generation, so we canKen Raeburn2004-04-231-1/+13
* * shlib.conf (default_static, default_shared): New variables to setKen Raeburn2004-03-241-0/+6
* use $(CC) rather than ld to build shared libs on tru64 and irixTom Yu2004-02-181-2/+2
* priocntl workaround for Solaris 9 pty-close bugTom Yu2004-02-131-12/+0
* Tru64 and Irix have RPATH issues for test suiteTom Yu2004-02-121-13/+32