diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-15 15:59:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:24 -0500 |
commit | f8be4e8a4fd853d97c5f3188e93747314618323a (patch) | |
tree | 5aedacafd011823c86cb29486169a9724ecb3978 /source4/build/smb_build/TODO | |
parent | 6589e93b1b8a61860931a171a0306b270597e1f2 (diff) | |
download | samba-f8be4e8a4fd853d97c5f3188e93747314618323a.tar.gz samba-f8be4e8a4fd853d97c5f3188e93747314618323a.tar.bz2 samba-f8be4e8a4fd853d97c5f3188e93747314618323a.zip |
r12253: Automatically build seperate binaries without -rpath to install when
using shared libraries and developer mode is enabled.
(This used to be commit 507bee76dc26b048ead317ec5e10a9deb1ff7f09)
Diffstat (limited to 'source4/build/smb_build/TODO')
-rw-r--r-- | source4/build/smb_build/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO index 8fe11bfc85..190940fadb 100644 --- a/source4/build/smb_build/TODO +++ b/source4/build/smb_build/TODO @@ -3,8 +3,6 @@ - get rid of include/structs.h - install Samba-specific headers in $INCLUDEDIR/samba-4.0. talloc.h, tdb.h and ldb.h belong in $INCLUDEDIR -- never install -rpath binaries / libraries, always relink before install - - keep files without -rpath in bin/install - init functions may be called more then once as different libraries (in Samba or other projects) can use the same (3rd) library. - add register function to smbtorture |