Skip to content

Commit

Permalink
Changed the Makefile.am so it compiles correctly with libestdc++ on O…
Browse files Browse the repository at this point in the history
…penBSD.
  • Loading branch information
Marshall Lee Whittaker authored and Marshall Lee Whittaker committed Mar 24, 2017
1 parent 93c4d75 commit 20b1384
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ if OS_IS_DEBIAN
ansvif_LDADD = -lgzstream -lcrypto++ -lstdc++ -lpthread -lz -L.
ansvif_CPPFLAGS = -O3 -D __DEBIAN -Wall
ansvif_LDFLAGS = -I./include/gzstream -I./include/xml_writer -I./src/linux
endif
if OS_IS_UNKNOWN
ansvif_LDADD = -lstdc++ -lz -L.
else
ansvif_LDADD = -lestdc++ -lz -L.
ansvif_LDFLAGS = -I./include/gzstream -I./include/xml_writer -I./src/linux -pthread
ansvif_CPPFLAGS = -O3 -D __DEBIAN -Wl,--no-as-needed
endif
Expand Down

0 comments on commit 20b1384

Please sign in to comment.