Commit 913fc234f2296001f587de04dcd6bbbbcf993dde
1 parent
1e296ea9
Exists in
master
and in
1 other branch
Fixing linux package.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -70,7 +70,7 @@ RLS_CFLAGS="-DNDEBUG=1" |
70 | 70 | PLUGINS="" |
71 | 71 | APP_RESOURCES="" |
72 | 72 | APP_LDFLAGS="" |
73 | -DLL_LDFLAGS="-shared" | |
73 | +DLL_LDFLAGS="-shared -Wl,-soname,\$(@F)" | |
74 | 74 | STATIC_LDFLAGS="" |
75 | 75 | |
76 | 76 | dnl --------------------------------------------------------------------------- | ... | ... |