Skip to content

Commit

Permalink
package: fix a link error on IRIX
Browse files Browse the repository at this point in the history
https://lists.gnu.org/r/bug-bison/2020-05/msg00035.html

* src/local.mk (src_bison_LDADD): Mention libbison.a before, not after, the
system libraries.
  • Loading branch information
bhaible authored and akimd committed May 3, 2020
1 parent 160df22 commit 0669780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ BUILT_SOURCES += \
# definition of libbison, beware that they might expand as flags such as
# `-lm`. Keep them here. Or use a Libtool convenience library.
src_bison_LDADD = \
lib/libbison.a \
$(ISNAND_LIBM) \
$(ISNANF_LIBM) \
$(ISNANL_LIBM) \
Expand All @@ -126,8 +127,7 @@ src_bison_LDADD = \
$(LIBTHREAD) \
$(LIB_CLOCK_GETTIME) \
$(LIB_GETHRXTIME) \
$(LIBTEXTSTYLE) \
lib/libbison.a
$(LIBTEXTSTYLE)


EXTRA_DIST += %D%/i18n-strings.c
Expand Down

0 comments on commit 0669780

Please sign in to comment.