better
This commit is contained in:
parent
e2676526a9
commit
f8031cbdfb
@ -7,7 +7,7 @@
|
||||
- DSOSUF=so.${DIST_MAJOR}.${DIST_MINOR}
|
||||
- LIBCOPTS='-fpic'
|
||||
+ DSOSUF=so.${DIST_MAJOR}${DIST_MINOR}.${DIST_POINT}
|
||||
+ if [ `uname -m` = "sparc64" ]; then
|
||||
+ if [ "`uname -m`" = "sparc64" ]; then
|
||||
+ LIBCOPTS='-fPIC'
|
||||
+ else
|
||||
+ LIBCOPTS='-fpic'
|
||||
|
Loading…
x
Reference in New Issue
Block a user