Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-10 | Revert "Fix building with system-provided LDB." | Jelmer Vernooij | 1 | -3/+0 | |
This reverts commit fbfbc1f163520b3b9a4a3bf8bdddf26749cc7255. (This used to be commit 9d1d2abed19c3b8378a78d4b81503b427d401ab5) | |||||
2008-05-10 | Fix building with system-provided LDB. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit fbfbc1f163520b3b9a4a3bf8bdddf26749cc7255) | |||||
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables ↵ | Jelmer Vernooij | 1 | -2/+0 | |
directly instead. (This used to be commit 9d0ae012b0b463278cd054d06788aa998acc2da2) | |||||
2008-04-14 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit 8573e828d1b68c47b3c1754e9be230b2e78d9d52) | |||||
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -7/+3 | |
(This used to be commit 5628d58990144463fd87f8c847c9384ac2193681) | |||||
2008-02-29 | Remove workaround for some non-GNU makes. | Jelmer Vernooij | 1 | -23/+6 | |
(This used to be commit 0580357fb4b10e4a751d281e209f6a87e1c88143) | |||||
2008-02-20 | Simpler specification of CFLAGS and LDFLAGS | Andrew Bartlett | 1 | -7/+10 | |
By being more consistant in applying CFLAGS and LDFLAGS (in particular) to every invocation, we make it simpler to enable gcov code coverage, both in the build system and on the build farm. Andrew Bartlett (This used to be commit 8c2f658a9688f0c51d2f3b948dc3213b65c7b77f) | |||||
2008-02-19 | Fix a typo. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 39499a3346b49a3c50cb1ebb1393a62c614cf056) | |||||
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771) | |||||
2008-02-18 | Use implicit build system element creation for external libraries. | Jelmer Vernooij | 1 | -18/+4 | |
(This used to be commit 3b08f190c9dd4567e684c804a22e2612f405bbec) | |||||
2008-02-11 | Use make variables in cflags file (now supported by cflags.pl) | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit d746fcde1006b4b7b33aa65bef9d2fea3ebc9162) | |||||
2008-02-11 | Make data about what subsystems/libraries are enabled available in the ↵ | Jelmer Vernooij | 1 | -2/+5 | |
mkconfig.mk file. (This used to be commit 4cc93a98f984d322e41f403169cfa4945b469935) | |||||
2008-02-10 | Move some variables to a separate .mk file that could also be included by a ↵ | Jelmer Vernooij | 1 | -9/+9 | |
non-smb_build build system. (This used to be commit f44b838b682760e54aa981fe2e991495395d2394) | |||||
2008-02-10 | Start working on generating .mk file from configure for inclusion in Makefile. | Jelmer Vernooij | 1 | -9/+26 | |
(This used to be commit 091f1e7314f05253ae1c10b3d04557be584ed19f) | |||||
2008-02-09 | Move first_prereq test to m4 code. | Jelmer Vernooij | 1 | -0/+8 | |
(This used to be commit c0fef09c5d88158b620f38b6f74498a8b6323bd9) | |||||
2008-02-08 | Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation. | Michael Adam | 1 | -23/+21 | |
Sorry, could not resist: While trying to understand this bit of magic, I had to bring indentation into shape to see more clearly what is going on. Also, mixed tabs/spaces are changed to tabs. Michael (This used to be commit cbed074f2841b79cc0f23ad52b1fa34515f706a9) | |||||
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -9/+8 | |
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20) | |||||
2008-01-20 | build: Fix handling of external pkg-config dependencies when generating ↵ | Jelmer Vernooij | 1 | -4/+7 | |
pkg-config files. (This used to be commit 88f9e11286bf0f12fc766dbf21f311e5373f0811) | |||||
2008-01-10 | prepare the mkversion.sh infrastructure for git branches in the build-farm | Stefan Metzmacher | 1 | -3/+14 | |
metze (cherry-picked from 1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef) (This used to be commit 464668b07aded0a299eb49b87b51bb9bf53d2c8d) | |||||
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in ↵ | Jelmer Vernooij | 1 | -0/+4 | |
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5) | |||||
2007-12-21 | r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building ↵ | Jelmer Vernooij | 1 | -0/+1 | |
with shared libs. (This used to be commit 44529b24467ac94d47d14a53177554b39a80da1a) | |||||
2007-12-21 | r26000: build: use AC_LIBREPLACE_STLD_* macros | Stefan Metzmacher | 1 | -5/+3 | |
metze (This used to be commit 03a55961481e724acfc4e098cbe8f997986b61e2) | |||||
2007-12-21 | r25993: build: HOSTLD should always match HOSTCC if not specified | Stefan Metzmacher | 1 | -7/+1 | |
metze (This used to be commit 941dfdbbb47d18c94bff8bd0452326e6f5ce768f) | |||||
2007-12-21 | r25989: build: use AC_LIBREPLACE_SHLD | Stefan Metzmacher | 1 | -3/+1 | |
metze (This used to be commit 54f0ad64a611695ca6d8bfd643f3846021bac637) | |||||
2007-12-21 | r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95) | |||||
2007-12-21 | r25985: build: SHLD_UNDEF_FLAGS isn't used anymore | Stefan Metzmacher | 1 | -2/+0 | |
metze (This used to be commit 24290852863517f0ab3d881d4a2deb086ce5ef5d) | |||||
2007-12-21 | r25978: build: use AC_LIBREPLACE_MDLD_* macros and use the result to build ↵ | Stefan Metzmacher | 1 | -1/+25 | |
modules metze (This used to be commit f86db3348b0ee243988526578cc09c2d5d9a70af) | |||||
2007-12-21 | r25904: Remove extra | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit fd0958107524a526d0bc78b98e031c595c85b877) | |||||
2007-12-21 | r25901: Remove obsolete --enable-shared option (whether shared libs should ↵ | Jelmer Vernooij | 1 | -9/+1 | |
be used internally can be set using --enable-dso). (This used to be commit 571aa6ba22f6e4b774f9a9db3a02e3beec3f8523) | |||||
2007-12-21 | r25878: Fix syntax error. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit ffe5a10867a2d2e5eb51c84331fff130e996eda8) | |||||
2007-12-21 | r25877: Add libreplace macro for soname flags. | Jelmer Vernooij | 1 | -13/+1 | |
(This used to be commit 25aa875119622679881cd0e1b3b9dff8d2cf03ee) | |||||
2007-12-21 | r25876: Attempt to build shard libs everywhere again. | Jelmer Vernooij | 1 | -10/+5 | |
(This used to be commit b5bcdbbd0c9a6133d15c3a9c01738d9899dbcf8d) | |||||
2007-12-21 | r25852: Move SHLIBEXT determination into a test as well. | Jelmer Vernooij | 1 | -7/+1 | |
(This used to be commit aaaed5edc06f3055794e55a8038dbbdac47ce5b6) | |||||
2007-12-21 | r25851: Move system-specific ldflags checks to libreplace so they can be ↵ | Jelmer Vernooij | 1 | -12/+2 | |
used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79) | |||||
2007-12-21 | r25850: Add macro for picflag. | Jelmer Vernooij | 1 | -18/+2 | |
(This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce) | |||||
2007-10-10 | r24997: Re-enable use of system-provided tdb and/or talloc when available. | Jelmer Vernooij | 1 | -17/+14 | |
(This used to be commit 0a3b53fd2cbd15c1e5839990e721bbe4d2f7d4af) | |||||
2007-10-10 | r24995: Update upstream URLs. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 04b3623c2e5b39738c869744be8cd3589eda931e) | |||||
2007-10-10 | r23638: add SMB_LIBRARY() macro to create a LIBRARY::foo section in | Stefan Metzmacher | 1 | -0/+20 | |
source/config.mk from within *.m4 files metze (This used to be commit d5fa1476875f862e56e640c0777b95f69886e2fd) | |||||
2007-10-10 | r23637: fix detection of visibility attribute support | Stefan Metzmacher | 1 | -3/+2 | |
James: AC_TRY_LINK() has a different syntax as AC_TRY_RUN() :-) so this was wrong: http://websvn.samba.org/cgi-bin/viewcvs.cgi?rev=20697&view=rev metze (This used to be commit 0a97de3804cbfc593c0cfc62e61fbfe87d2cf368) | |||||
2007-10-10 | r23111: nicer ./configure --help output | Stefan Metzmacher | 2 | -2/+2 | |
metze (This used to be commit d0d371be719f219db9ed9b37df010a80fdda6fc3) | |||||
2007-10-10 | r23110: add --disable-shared option, very useful for the build-farm... | Stefan Metzmacher | 1 | -2/+10 | |
metze (This used to be commit 251d534a883efd384e0951c9af595203d962b972) | |||||
2007-10-10 | r22996: merge HPUX compiler flag fixes from SAMBA_3_0 | Stefan Metzmacher | 1 | -1/+2 | |
metze (This used to be commit 9a9376d902bd946e6613ff9d3c37b344dfd207cf) | |||||
2007-10-10 | r22697: Support building with external talloc. | Jelmer Vernooij | 1 | -4/+20 | |
(This used to be commit 3a2f9e0977bc311daa8171ea709a9cbcdd0a0c85) | |||||
2007-10-10 | r22662: disable shared library support on Tru64 | Stefan Metzmacher | 1 | -1/+2 | |
metze (This used to be commit 75d5155cd33096aea0dc31dfa596769eb923299d) | |||||
2007-10-10 | r22308: disabled shared libraries on aix and openbsd | Stefan Metzmacher | 1 | -2/+4 | |
until we can link libtorture.so and libntvfs.so there metze (This used to be commit 9e6ed9ed0fd2b65c87d5bcfd99f88fe035c6c362) | |||||
2007-10-10 | r22257: disable shared libraries on IRIX for now | Stefan Metzmacher | 1 | -1/+2 | |
as us4 fails to link libtorture.so because of an argv overflow metze (This used to be commit c924b0b89c3d8cd2e8b4db5866be028d9f13a787) | |||||
2007-10-10 | r22035: Introduce HOSTLD which is needed to link the asn1 compiler when cross | James Peach | 1 | -0/+13 | |
compiling. (This used to be commit 976343821b99b04725c9fddee42dbcd0261c2d51) | |||||
2007-10-10 | r21582: Allow modification of LDFLAGS | Jelmer Vernooij | 1 | -8/+7 | |
(This used to be commit 1726bd33782d1ee77a292bdc0c840959c1c3fb50) | |||||
2007-10-10 | r20942: Simplify handling of systems that don't support negative enum values ↵ | Jelmer Vernooij | 2 | -5/+1 | |
by using an ifdef rather than a pidl argument. (This used to be commit 6bada0dcf0c7915d366c7917189375dbabecdd4f) | |||||
2007-10-10 | r20814: always define SHLIBEXT, to fix the build on host with no support for ↵ | Stefan Metzmacher | 1 | -25/+46 | |
shared libs, there we just define it to an invalid value metze (This used to be commit d491258c2cf7e86ab82571360a9d51a1b0a61fad) |