summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/wscript
Commit message (Expand)AuthorAgeFilesLines
* build: added WHYNEEDED=TARGET:DEPENDENCYAndrew Tridgell2011-02-221-0/+4
* Fix private libdir and codepages pathsSimo Sorce2011-02-151-1/+1
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
* build: add more CFLAGS for aixMatthieu Patou2010-12-111-1/+3
* build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIMEMatthieu Patou2010-12-111-0/+3
* waf: added --disable-symbol-versions configure optionAndrew Tridgell2010-12-081-3/+8
* waf: added configure test for -Wl,--version-scriptAndrew Tridgell2010-12-081-0/+9
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-161-0/+5
* wafsamba: Use project name variable rather than hardcoding 'samba4'.Jelmer Vernooij2010-11-051-2/+2
* Add --disable-rpath-private-install flag.Jelmer Vernooij2010-11-051-2/+15
* Add --with-privatelibdir build option.Jelmer Vernooij2010-11-051-0/+5
* build: In some case the flags for the sun studio linker are wrongMatthieu Patou2010-10-311-0/+10
* build: set shared libraries flags correctly on mac os XMatthieu Patou2010-10-301-2/+0
* waf: added --symbol-check optionAndrew Tridgell2010-10-301-0/+4
* build: add the -fno-common flags to fix the link pb on mac os XMatthieu Patou2010-10-281-0/+2
* build: Add XPG6 otherwise we have a configure pb on sun SolarisMatthieu Patou2010-10-281-0/+1
* build: remove warnings about redifinition of boolean use -KPIC on sunccMatthieu Patou2010-10-271-1/+9
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-10/+10
* waf: added --show-deps and --show-duplicatesAndrew Tridgell2010-10-211-0/+8
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-191-1/+6
* Disable gccdeps if -MD is not supportedThomas Nagy2010-08-301-3/+23
* Revert "waf: enable gccdeps in developer mode"Stefan Metzmacher2010-08-171-3/+2
* waf: enable gccdeps in developer modeAndrew Tridgell2010-08-141-2/+3
* waf Provide release signing capability in 'waf dist'Andrew Bartlett2010-05-281-0/+8
* wafsamba: Disable the abi checks when gdb is not availableThomas Nagy2010-05-211-0/+4
* Revert "wafsamba: use -D_XOPEN_SOURCE=700 for the build"Stefan Metzmacher2010-05-141-1/+0
* wafsamba: use -D_XOPEN_SOURCE=700 for the buildStefan Metzmacher2010-05-141-0/+1
* build: treat a blank --build or --host as not a cross-compileAndrew Tridgell2010-05-071-1/+3
* build: added configure test for inlineAndrew Tridgell2010-05-051-0/+2
* build: use option_group() not add_option_group()Andrew Tridgell2010-04-261-1/+1
* build: give a more useful error when the source dir has movedAndrew Tridgell2010-04-231-0/+6
* build: added --enable-auto-reconfigureAndrew Tridgell2010-04-221-1/+13
* build: added --nonshared-binary=LIST optionAndrew Tridgell2010-04-211-0/+4
* build: fixed uname output to be on target machine when cross compilingAndrew Tridgell2010-04-211-4/+7
* build: added uname display and SYSTEM_UNAME defineAndrew Tridgell2010-04-201-0/+3
* build: added --cross-answers supportAndrew Tridgell2010-04-191-0/+4
* build: added ABI checking to the WAF buildAndrew Tridgell2010-04-181-24/+47
* build: try to honor MAKEFLAGS from makeAndrew Tridgell2010-04-141-0/+1
* build: added autoconf compatible configure optionsAndrew Tridgell2010-04-131-0/+27
* build: added cross-compilation configure optionsAndrew Tridgell2010-04-121-0/+15
* build: added --minimum-library-version configure optionAndrew Tridgell2010-04-121-0/+4
* build: added --picky-developer and --fatal-errorsAndrew Tridgell2010-04-091-0/+6
* s4-waf: added 'waf dist' to build the tarballAndrew Tridgell2010-04-061-0/+3
* build: added functions for compound configuration testingAndrew Tridgell2010-04-061-0/+1
* build: work around missing defaults from gnu_dirs.pyAndrew Tridgell2010-04-061-12/+3
* build: auto-detect platforms which don't support shared libsAndrew Tridgell2010-04-061-1/+5
* build: only add -fPIC if it is supportedAndrew Tridgell2010-04-061-1/+1
* s4-waf: support the use of system librariesAndrew Tridgell2010-04-061-3/+3
* build: better control over bundled library extensionsAndrew Tridgell2010-04-061-7/+15
* build: added support for controlling library typesAndrew Tridgell2010-04-061-1/+18