diff options
author | Phil Blundell <philb@gnu.org> | 2008-09-18 18:09:00 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-09-18 18:09:00 +0000 |
commit | 3fc91b1049f47a884709404b1189b202e1046ec8 (patch) | |
tree | a268150fce8de9aaac2da2eeb6132bcb10ac7976 /conf | |
parent | 6f5a9b117e7a82ae68fb29d3c0778a363265b2c8 (diff) |
add another example
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 194e204e79..36407b015d 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -154,5 +154,9 @@ BBINCLUDELOGS = "yes" # a cvs:// URI. Outcomment this, if you always want to pull directly from CVS. #CVS_TARBALL_STASH = "" +# Uncomment this if you want to install shared libraries directly under their SONAME, +# rather than installing as the full version and symlinking to the SONAME. +# PACKAGE_SNAP_LIB_SYMLINKS = "1" + # EDIT THIS FILE and then remove the line below before using! REMOVE_THIS_LINE:="${@bb.fatal('Read the comments in your conf/local.conf')}" |