Skip to content

Commit

Permalink
* removed a flag that breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn David Pringle, B.Sc. committed Nov 2, 2024
1 parent 388976a commit 0542cc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source/Makefile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,7 @@ ifeq "$(EBSD)" "1"
EBSDFLAG=-DEBSD -DEBSD62 -DENETBSD
endif
else
ifeq "$(ARCH)" "ix86_64"
LDLFLAG=-ldl -lresolv -lnsl
else
LDLFLAG=-ldl -lresolv
endif
LDLFLAG=-ldl -lresolv
PREREGEX=$(FROMBSDREGEX)
SEDFLAG=-ri
endif
Expand Down

0 comments on commit 0542cc7

Please sign in to comment.