Fix build error in shared clib

This commit is contained in:
Carsten Larsen 2017-07-14 13:54:39 +02:00
parent 5b6b5cc745
commit 59d69ac760
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -881,7 +881,7 @@ echo " \${MKDIR} static"
echo " \${MKDIR} shared" echo " \${MKDIR} shared"
echo echo
echo "\${solib}: build ${libcs}" echo "\${solib}: build ${libcs}"
echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib}${soverion} -o \${solib} ${libcs} ${libc}" echo " \${CC} \${CFLAGS} -shared ${exestrip} -fPIC -Wl,-soname,\${solib}${soverion} -o \${solib} ${libcs}"
echo echo
echo "\${alib}: build ${libc}" echo "\${alib}: build ${libc}"
echo " \${AR} rcs static/\${alib} ${libc}" echo " \${AR} rcs static/\${alib} ${libc}"