Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19631: Re-enable shared libraries, but don't use -rpath-link unless | Jelmer Vernooij | 1 | -2/+7 |
2007-10-10 | r19625: not all linkers like -Wl,rpath-link, so don't use it till we have con... | Stefan Metzmacher | 1 | -5/+2 |
2007-10-10 | r19618: pass -D_SAMBA_HOSTCC_ when using the hostcompiler | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r19582: Support building both shared and static versions of libraries at the ... | Jelmer Vernooij | 1 | -10/+7 |
2007-10-10 | r19575: Build static libs in bin/static rather than bin/ | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r19574: Initial work towards supporting build of both shared and static libra... | Jelmer Vernooij | 1 | -16/+20 |
2007-10-10 | r19543: Make dynconfig less special. | Jelmer Vernooij | 1 | -5/+2 |
2007-10-10 | r19509: Simplify buildsystem code, create proper symlinks for aliases. | Jelmer Vernooij | 1 | -36/+17 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19495: Stop linking binaries twice (once before installation, once during bu... | Jelmer Vernooij | 1 | -39/+2 |
2007-10-10 | r19449: ldbbrowse: installation hopefully works now. "Developer" installations | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r19364: Fix build for 'regular' installs. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19358: Use subunit tests from the right location (from | Jelmer Vernooij | 1 | -7/+14 |
2007-10-10 | r19350: Properly list LOCAL-TALLOC under the "LOCAL" header. | Jelmer Vernooij | 1 | -8/+7 |
2007-10-10 | r19343: Add support for external scripts/binaries that write results using the | Jelmer Vernooij | 1 | -3/+16 |
2007-10-10 | r18833: darn, forgot to commit this | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r18181: use: | Stefan Metzmacher | 1 | -7/+6 |
2007-10-10 | r18136: put lib/replace in the default include path | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16040: Support more recent versions of autoconf | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15578: Move some cpp-specific things from CFLAGS to CPPFLAGS | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15384: Improve naming of socket library, disable Requires(.private)? fields ... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15379: Fix shared library build's unresolved dependencies | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15363: Fix dependencies for shared library | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15350: Remove empty subsystem, don't install .a files of subsystems | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15318: Don't create empty static libraries as some hosts have trouble with t... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -35/+1 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -25/+31 |
2007-10-10 | r15248: Fix automatic dependencies build | Jelmer Vernooij | 1 | -3/+24 |
2007-10-10 | r15223: Move heimdal's -I parameters from the global list of includes to | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r15205: Allow additional LDFLAGS, fixes #3961. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15064: Remove the change until I find proper solution | Alexander Bokovoy | 1 | -4/+0 |
2007-10-10 | r15063: Theoretically, this should allow NetBSD make to handle VPATH-like loo... | Alexander Bokovoy | 1 | -0/+2 |
2007-10-10 | r15062: Theoretically, this should allow NetBSD make to handle VPATH-like loo... | Alexander Bokovoy | 1 | -0/+2 |
2007-10-10 | r15052: Do not add builddir variants into include paths when building in-tree | Alexander Bokovoy | 1 | -1/+7 |
2007-10-10 | r15036: Add out of tree build support and see how buildfarm will respond to m... | Alexander Bokovoy | 1 | -4/+8 |
2007-10-10 | r14997: Fix build of static libraries. Libraries build fine now, but linking ... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r14995: Avoid parallel builds unless there is support for automatic dependenc... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14913: readd --with-selftest-prefix as it's needed | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14911: Allow easy modification of selftest subdirectory name | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14910: Remove unused configure options | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14874: Allow overriding LIBRARY_REALNAME | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14861: regenerate the proto headers when the .mk file changes | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14737: Fix shared library build without --enable-developer | Jelmer Vernooij | 1 | -2/+11 |
2007-10-10 | r14694: Remove for now until it does something useful. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r14693: Automatically update dependencies during compilation | Jelmer Vernooij | 1 | -4/+6 |
2007-10-10 | r14670: Fix module extensions | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r14666: Fix handling of naming of shared modules when not in developer mode | Jelmer Vernooij | 1 | -7/+8 |