This commit is contained in:
Ian Gulliver
2019-05-18 23:47:34 -07:00
parent 83dfa81138
commit f25c9ee101
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ firesse.o: $(objects) firecgi/firecgi.o
gold -z relro -z now -r --output=$@ $+
firesse.so: $(objects) firecgi/firecgi.o
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -shared -o $@ $+ $(FIRE_LDFLIBS)
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -shared -o $@ $+ $(FIRE_LDLIBS)
example_clock: example_clock.o firesse.o
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -pie -o $@ $+ $(FIRE_LDLIBS)

Submodule firecgi updated: f9988beb88...fe61f0dd20