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 b7f1470 commit 994cc65Copy full SHA for 994cc65
configure
@@ -28,7 +28,7 @@ fi
28
if [ "$INCLUDE_DIR" ] || [ "$LIB_DIR" ]; then
29
echo "Found INCLUDE_DIR and/or LIB_DIR!"
30
PKG_CFLAGS="-I$INCLUDE_DIR $PKG_CFLAGS"
31
- PKG_LIBS="-L$LIB_DIR $PKG_LIBS -Wl,-rpath,$LIB_DIR"
+ PKG_LIBS="-L$LIB_DIR $PKG_LIBS"
32
elif [ "$PKGCONFIG_CFLAGS" ] || [ "$PKGCONFIG_LIBS" ]; then
33
echo "Found mysql_config cflags and libs!"
34
PKG_CFLAGS=${PKGCONFIG_CFLAGS}
0 commit comments