Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22697: Support building with external talloc. | Jelmer Vernooij | 1 | -4/+20 |
2007-10-10 | r22662: disable shared library support on Tru64 | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r22455: split dependecies array for compiling and linking and use better name... | Stefan Metzmacher | 2 | -13/+21 |
2007-10-10 | r22452: fix creation of MK_FILES variable in Makefile | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r22451: allow | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r22410: disallow PUBLIC_ options on MODULE and BINARY | Stefan Metzmacher | 1 | -7/+0 |
2007-10-10 | r22400: only add srcdir and builddir path if they differ | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r22308: disabled shared libraries on aix and openbsd | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r22257: disable shared libraries on IRIX for now | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r22186: fix build with autodependencies | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22047: Move suffix rules into smb_build. Enable $< if we are building with | James Peach | 1 | -0/+52 |
2007-10-10 | r22038: - fix perl warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22037: Make sure STATICDIR exists before linking a static archive. | James Peach | 1 | -0/+1 |
2007-10-10 | r22036: Make sure both srcdir and builddir are in VPATH. | James Peach | 1 | -3/+5 |
2007-10-10 | r22035: Introduce HOSTLD which is needed to link the asn1 compiler when cross | James Peach | 2 | -1/+29 |
2007-10-10 | r22032: Make sure static libraries end up in bin/static. | James Peach | 1 | -0/+1 |
2007-10-10 | r22031: Make sure we rewrite the include directives in CFLAGS to contain | James Peach | 2 | -4/+20 |
2007-10-10 | r22030: Simplify include parsing for config.mk files, making sure we get | James Peach | 1 | -31/+73 |
2007-10-10 | r21707: Finally merge my (long-living) perlselftest branch. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21684: remove summary line for gtk code, as it's now maintained out-of-tree | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r21678: Don't generate Requires.private lines for install .pc files. Static l... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21582: Allow modification of LDFLAGS | Jelmer Vernooij | 1 | -8/+7 |
2007-10-10 | r21541: Export mgmt, samr and atsvc for use in samba-gtk. | Jelmer Vernooij | 1 | -6/+11 |
2007-10-10 | r20942: Simplify handling of systems that don't support negative enum values ... | Jelmer Vernooij | 3 | -6/+1 |
2007-10-10 | r20825: control the subsystem default output type via a variable too | Stefan Metzmacher | 1 | -3/+8 |
2007-10-10 | r20814: always define SHLIBEXT, to fix the build on host with no support for ... | Stefan Metzmacher | 1 | -25/+46 |
2007-10-10 | r20802: - don't add the same Makefile vars twice... | Stefan Metzmacher | 1 | -3/+8 |
2007-10-10 | r20697: A couple of minot cross-compile fixes. | James Peach | 1 | -1/+2 |
2007-10-10 | r20645: Commit the build system changes to allow scripts in config.mk files. | Andrew Bartlett | 1 | -4/+9 |
2007-10-10 | r20444: WEB Application framework / SWAT. | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r20303: try to fix 'make install' on solaris 8, ln -fs doesn't seem to work if | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r20298: Fix pidl tests (missing symlink..). | Jelmer Vernooij | 2 | -6/+10 |
2007-10-10 | r19908: Fix order of paths in pc files. | Jelmer Vernooij | 2 | -12/+12 |
2007-10-10 | r19882: Fix static link flags in pkg-config files. Should allow running | Jelmer Vernooij | 1 | -4/+11 |
2007-10-10 | r19881: Add private library flags when linking to static libraries. | Jelmer Vernooij | 2 | -6/+15 |
2007-10-10 | r19863: Create -uninstalled.pc files. This should reenable compilation and ru... | Jelmer Vernooij | 3 | -22/+44 |
2007-10-10 | r19678: Fix the build for now (ugly hack because of circular dependencies) | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r19673: Build shared libs against shared libs. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19670: Reduce the number of unresolved symbols when building with shared lib... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r19636: Add URLs to ldb and talloc pkg-config files. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r19634: Only use --allow-undef-shlib for modules. | Jelmer Vernooij | 2 | -2/+7 |
2007-10-10 | r19631: Re-enable shared libraries, but don't use -rpath-link unless | Jelmer Vernooij | 2 | -5/+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 | r19623: disable building of shared libs until we have fixed them, | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r19622: - remove unused var | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r19621: move enable-dso to check_ld.m4 again and add some checks and generate... | Stefan Metzmacher | 1 | -0/+18 |
2007-10-10 | r19618: pass -D_SAMBA_HOSTCC_ when using the hostcompiler | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r19609: fix uninitialized perl variabel, we need AC_SUBST() for all configure... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19582: Support building both shared and static versions of libraries at the ... | Jelmer Vernooij | 7 | -51/+45 |
2007-10-10 | r19575: Build static libs in bin/static rather than bin/ | Jelmer Vernooij | 2 | -4/+4 |