Changeset 2081

Show
Ignore:
Timestamp:
05/31/07 19:15:36 (18 months ago)
Author:
cstender
Message:

disabled rpath by default

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • format-plugins/vformat/build/linux/osync_build.py

    r2071 r2081  
    55        opts.Add(PathOption('prefix', 'Directory, where opensync should be installed', '/usr/local')) 
    66        opts.Add(('libsuffix', 'Library suffic. lib64 for 64 bit systems', 'lib')) 
    7         opts.Add(BoolOption('enable_rpath', 'Build with -rpath?', 1)) 
     7        opts.Add(BoolOption('enable_rpath', 'Build with -rpath?', 0)) 
    88         
    99def check(env, config):