We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8592a22 commit f1b5e5dCopy full SHA for f1b5e5d
configure
@@ -89,7 +89,8 @@ if [ $(echo "$OSTYPE" | grep "darwin") ]; then
89
# Fix for CRAN OSX 10.6
90
if [ -r /usr/local/mysql/include/mysql.h ]; then
91
echo "PKG_CPPFLAGS= -I/usr/local/mysql/include/" > src/Makevars
92
- echo "PKG_LIBS= -L/usr/local/mysql/lib -lmysqlclient -lz" >> src/Makevars
+ echo "PKG_LIBS= -L/usr/local/mysql/lib -lmysqlclient" >> src/Makevars
93
+ exit 0
94
fi
95
# Fall through on general methods
96
0 commit comments