Opened 17 years ago
Closed 9 years ago
#68 closed defect (fixed)
grass libraries sonames
Reported by: | wrobell | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.0.3 |
Component: | Packaging | Version: | svn-trunk |
Keywords: | soname | Cc: | |
CPU: | All | Platform: | Linux |
Description
grass build system does not set sonames of libraries. it causes problems while packaging grass using i.e. rpm which uses sonames for dependencies.
link to the patch
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/grass-soname.patch
the patch was created by Jakub Bogusz (qboosh at pld-linux dot org) and updated by me for grass 6.3.0RC5.
Attachments (1)
Change History (12)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Milestone: | 6.3.0 → 6.4.0 |
---|
follow-up: 4 comment:3 by , 12 years ago
Component: | Default → Packaging |
---|---|
CPU: | → All |
Keywords: | soname added |
Platform: | → Linux |
status?
comment:5 by , 9 years ago
Milestone: | 6.4.0 → 7.0.2 |
---|---|
Version: | 6.3.0 RCs → svn-trunk |
comment:6 by , 9 years ago
I applied it locally to the 7 release branch, works as expected on Linux.
follow-up: 8 comment:7 by , 9 years ago
follow-up: 9 comment:8 by , 9 years ago
comment:9 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
Replying to wrobell:
GRASS is supposed to compile on platforms other than Linux, so hard-coding platform-specific linker switches is bogus.
The correct way to fix this is to modify the "Linux" portion of the SC_CONFIG_CFLAGS macro in aclocal.m4.