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 5559059 commit c804982Copy full SHA for c804982
configure
@@ -877,7 +877,7 @@ if test "$OPT_STATIC" = "no"; then
877
RHASH_TEST_OPTIONS=--shared
878
test "$INSTALL_LIB_SHARED" = "auto" && INSTALL_LIB_SHARED=yes
879
test "$INSTALL_LIB_STATIC" = "yes" && RHASH_BUILD_TARGETS="$RHASH_BUILD_TARGETS \$(LIBRHASH_STATIC)"
880
- RHASH_LDFLAGS=$RHASH_LDFLAGS $GETTEXT_LDFLAGS
+ RHASH_LDFLAGS=$(join_params $RHASH_LDFLAGS $GETTEXT_LDFLAGS)
881
else
882
LIBRHASH_TYPE=static
883
LIBRHASH_PATH="\$(LIBRHASH_STATIC)"
0 commit comments