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 4f03a78 commit f733dd3Copy full SHA for f733dd3
Makefile
@@ -64,10 +64,10 @@ libintl.a: $(LIBOBJS)
64
$(RANLIB) $@
65
66
msgmerge: $(OBJS)
67
- $(CC) -static -o $@ src/msgmerge.o $(PARSEROBJS) $(LDFLAGS) $(LDLIBS)
+ $(CC) -o $@ src/msgmerge.o $(PARSEROBJS) $(LDFLAGS) $(LDLIBS)
68
69
msgfmt: $(OBJS)
70
- $(CC) -static -o $@ src/msgfmt.o $(PARSEROBJS) $(LDFLAGS) $(LDLIBS)
+ $(CC) -o $@ src/msgfmt.o $(PARSEROBJS) $(LDFLAGS) $(LDLIBS)
71
72
xgettext:
73
cp src/xgettext.sh ./xgettext
0 commit comments