Skip to content

Commit

Permalink
make時に、-staticを使用するとglibcのNSS制限のため警告が出るため元に戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
shirow-github committed Jul 27, 2023
1 parent 1d5f304 commit ac7dd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recpt1/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ TARGETS = $(TARGET) $(TARGET2) $(TARGET3)
RELEASE_VERSION = "1.2.10"

CPPFLAGS = -I../driver-pt1 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS = -static -O2 -g -pthread
CFLAGS = -O2 -g -pthread

LIBS = @LIBS@
LIBS2 = -lm
LIBS3 = -lpthread -lm
LDFLAGS = -static
LDFLAGS =

OBJS = recpt1.o decoder.o mkpath.o tssplitter_lite.o recpt1core.o
OBJS2 = recpt1ctl.o recpt1core.o
Expand Down

0 comments on commit ac7dd4d

Please sign in to comment.