summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r16040: Support more recent versions of autoconfJelmer Vernooij2-0/+2
(This used to be commit 3f2a136b9f77062e5044b2b86f8e2a79348e0ff0)
2007-10-10r15607: Fix readline summary reportingJelmer Vernooij1-1/+1
(This used to be commit 146c6d6e003a9ba0bfd0427b1db47fe5e746f8b1)
2007-10-10r15585: Revive pidl's SWIG file generator. It now generates simpleJelmer Vernooij1-0/+1
object oriented wrappers for the interfaces (still need to fix the actual function calls) (This used to be commit bf5da20869eae29aea92386cbb13413b507fc55f)
2007-10-10r15578: Move some cpp-specific things from CFLAGS to CPPFLAGSJelmer Vernooij1-2/+2
Proper dependencies for POPT_SAMBA (fixes build when popt is in /usr/local) (This used to be commit ed82490e5a074da56d0a96ee52f1d1832b824fe3)
2007-10-10r15567: Add entry for iconvJelmer Vernooij1-0/+1
(This used to be commit 8d794e59119d4a306d1f6f87a821287ce6a4aa61)
2007-10-10r15551: Fix clash between config.pm and globally installed Config.pm onJelmer Vernooij2-2/+2
case-insensitive filesystems. Patch by John Malmberg tweaked by me (This used to be commit 58cc0b23eb1de818123b3b34278518e467f04f15)
2007-10-10r15521: Take an optional subsystem name to generate a dependency graph forJelmer Vernooij1-6/+34
just that subsystem (This used to be commit 3fae92eef5d2f591dd40c4c07e20baa1c4a33211)
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-0/+4
(This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
2007-10-10r15384: Improve naming of socket library, disable Requires(.private)? fields ↵Jelmer Vernooij1-2/+2
in pkg-config files for now as they break external projects. (This used to be commit f919fd6655f00361691e676d260bd40e0b8ddcc7)
2007-10-10r15381: Make shared libraries the default (where supported). This concludes ↵Jelmer Vernooij1-4/+3
my rewrite of the build system, which I'm (overall) pretty happy with now. I'll continue making smaller changes, but they won't have as much impact as the changes I've made in the past months. (This used to be commit 9eea62c11ce83a857862d05123f0be40944951ba)
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij1-2/+2
(This used to be commit 0fafa2e59566f8f892d7dfd7dd33d0100b96a780)
2007-10-10r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij1-1/+3
(This used to be commit ccc3d8a95441e7a7015f0cf0e622ec9e38347d33)
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij1-0/+1
(This used to be commit 9a518661fbb76bf1c153afc6f581e888186dc165)
2007-10-10r15363: Fix dependencies for shared libraryJelmer Vernooij2-2/+3
(This used to be commit f2ca71f1229f4c20296895116c09bacbd6a53b55)
2007-10-10r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij1-1/+1
(This used to be commit 087188cfc4a38d92b13fc8e58e1f408306442055)
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2-2/+3
(This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
2007-10-10r15322: Don't depend on nonexisting targets - should fix the buildJelmer Vernooij1-3/+3
(This used to be commit 34d9a10734d2253564f37a4034003b39489f858e)
2007-10-10r15318: Don't create empty static libraries as some hosts have trouble with ↵Jelmer Vernooij3-2/+7
them. (This used to be commit 1505d7c6001f8a35e728a14af2885b813c32ebe7)
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij2-0/+4
(This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij6-19/+13
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij6-69/+7
system - these should be removed later on. (This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij5-58/+88
Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. (This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
2007-10-10r15290: don't spam the screenStefan Metzmacher1-1/+1
jelmer: can you please fix this correctly metze (This used to be commit 34111d716733c815e7813f87d775848a26d20cab)
2007-10-10r15287: Simplify dependency detection codeJelmer Vernooij3-42/+39
(This used to be commit 28a1919ed37f47337f8a53c39b9261a74c5c1bfc)
2007-10-10r15284: Fix dot generationJelmer Vernooij1-1/+1
(This used to be commit 5907a237e1f704e54411420c71ce568db729ec90)
2007-10-10r15279: Fix dependencies when using static librariesJelmer Vernooij2-4/+3
(This used to be commit a9eb7b2b3cf46d19ab7dfab521e1259d653507f6)
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij1-3/+3
with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
2007-10-10r15271: Fix --enable-dsoJelmer Vernooij3-16/+25
(This used to be commit 8de11ec2445ce414b37938b07937fdd7837f89a2)
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's ↵Jelmer Vernooij4-15/+15
working again. (This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8)
2007-10-10r15267: Fix call to mkdir() for old versions of perl. This should fix ↵Jelmer Vernooij1-1/+4
installation on sun1. (This used to be commit a56900a7a2e40f17df9a49e7aa3faf561173fe37)
2007-10-10r15263: Remove another use of patsubst (should make tru64 happy)Jelmer Vernooij1-0/+1
(This used to be commit 559ae256e133777e77bfe7a683f1c441cd6007b0)
2007-10-10r15248: Fix automatic dependencies buildJelmer Vernooij3-7/+30
(This used to be commit 3e5aa5e7940ebbb961c53418d170495860f514a0)
2007-10-10r15231: Try to fix detection of ability of CC to generate dependenciesJelmer Vernooij1-1/+0
(This used to be commit 11353d4b47964b762a72ec0e55221811a5a3d550)
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij3-20/+10
the subsystems in question (This used to be commit 2fbb4d91fa580ccb64e36f0b082f23af33123b13)
2007-10-10r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.Jelmer Vernooij1-0/+5
(This used to be commit a495bc60ab1b233fe507b2b1aa0ad7378cf52677)
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2-8/+13
for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
2007-10-10r15205: Allow additional LDFLAGS, fixes #3961.Jelmer Vernooij1-1/+1
(This used to be commit 4dc3d8551d0a3cd0edcbbc90d2dbf8fc249b3017)
2007-10-10r15064: Remove the change until I find proper solutionAlexander Bokovoy1-4/+0
(This used to be commit 4356a8c14d5219fae0a2f7c79ae929a90768996f)
2007-10-10r15063: Theoretically, this should allow NetBSD make to handle VPATH-like ↵Alexander Bokovoy1-0/+2
lookups (This used to be commit 8e5f1a0c0636ec1058fe65fafec487670e7ee448)
2007-10-10r15062: Theoretically, this should allow NetBSD make to handle VPATH-like ↵Alexander Bokovoy1-0/+2
lookups (This used to be commit dc1667b88e0ce1f9438dd4ee7a0d405f69d74edf)
2007-10-10r15052: Do not add builddir variants into include paths when building in-treeAlexander Bokovoy1-1/+7
(This used to be commit 2e2a33ce3f72164a4ed16a81025dc55a55f5e465)
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to ↵Alexander Bokovoy4-12/+29
make constructs (This used to be commit 9329854489e2c231ffb7986d39009e0936873c11)
2007-10-10r15002: More cleanups in build/m4/rewrite.m4Jelmer Vernooij1-1/+0
(This used to be commit f5e2cc845696b56b9cb6a6c3cad48cd57fcc51c4)
2007-10-10r14997: Fix build of static libraries. Libraries build fine now, but linking ↵Jelmer Vernooij1-4/+4
doesn't work yet. (This used to be commit d3106699dba7a4344511134dd2cf1bfa2f4bc7ab)
2007-10-10r14995: Avoid parallel builds unless there is support for automatic ↵Jelmer Vernooij2-0/+3
dependencies. (This used to be commit ff5b02a9f8b9fe556e41b9d14afe3d855e855542)
2007-10-10r14930: Coalesce the "feature enabled" tests so that the config summary alwaysJames Peach1-17/+19
emits a yes or a no. (This used to be commit c31e233a09c34fceee99193ef6f39ff3fabd543e)
2007-10-10r14913: readd --with-selftest-prefix as it's neededStefan Metzmacher1-1/+1
to workarround the 108 char limitation on unix socket paths. make test fails when I try to use ./st in /home/People/metze/devel/samba/4.0/samba4-ci/source/ metze (This used to be commit 2bef8208207151dc653c875f12058369c96eb9b0)
2007-10-10r14911: Allow easy modification of selftest subdirectory nameJelmer Vernooij1-1/+1
(This used to be commit 3de7b7fca1265fc465c895e15594659afd179ae5)
2007-10-10r14910: Remove unused configure optionsJelmer Vernooij1-1/+1
(This used to be commit 3063e5311e137ef9a001216b40f74850c8e8261c)
2007-10-10r14874: Allow overriding LIBRARY_REALNAMEJelmer Vernooij4-11/+20
(This used to be commit 8f57c0e7bcd99556ba83497ce17b6723a637ac76)