Advertisement
goatbar

proposed patch to gpsd for versioning on darwin mac osx

Aug 22nd, 2011
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.83 KB | None | 0 0
  1. it diff
  2. diff --git a/SConstruct b/SConstruct
  3. index 09c0825..34fcb6e 100644
  4. --- a/SConstruct
  5. +++ b/SConstruct
  6. @@ -23,7 +23,7 @@
  7.  
  8.  # Release identification begins here
  9.  gpsd_version = "3.1~dev"
  10. -libgps_major = 20
  11. +libgps_major = 22
  12.  libgps_minor = 0
  13.  libgps_age   = 0
  14.  # Release identification ends here
  15. @@ -581,6 +581,8 @@ def VersionedSharedLibrary(env, libname, libversion, lib_objs=[], parse_flags=[]
  16.          ilib_suffix = '.' + libversion + shlib_suffix
  17.          shlink_flags += [ '-current_version', '%s' % libversion,
  18.                            '-undefined', 'dynamic_lookup' ]
  19. +        shlink_flags += [ '-compatibility_version', '%s' % libversion,
  20. +                          '-undefined', 'dynamic_lookup' ]
  21.  
  22.      ilib = env.SharedLibrary(libname,lib_objs,
  23.                              SHLIBSUFFIX=ilib_suffix,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement