]> git.stg.codes - stg.git/blobdiff - projects/sgauth/Makefile
Allowed to build on Darwin.
[stg.git] / projects / sgauth / Makefile
index a59371c9309a2eba4b2f2ae3d39d06b506912e7d..ef6491194847a7486ceb072b17c7e715bf702ff3 100644 (file)
@@ -32,7 +32,7 @@ OBJS = $(notdir $(patsubst %.cpp, %.o, $(patsubst %.c, %.o, $(SRCS))))
 
 CXXFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS)
 CFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS)
-LDFLAGS += -Wl,-E $(STGLIBS_LIBS)
+LDFLAGS += $(STGLIBS_LIBS)
 
 .PHONY: all clean distclean libs install uninstall install-bin install-data uninstall-bin uninstall-data
 all: libs $(PROG) ../../Makefile.conf