Pass $LDFLAGS while linking

This commit is contained in:
Steven Barth 2008-08-29 19:01:05 +00:00
parent 944f753eba
commit 53871726b5

View file

@ -18,5 +18,5 @@ ifeq ($(OS),Darwin)
else else
SHLIB_FLAGS = -shared SHLIB_FLAGS = -shared
endif endif
LINK = $(CC) LINK = $(CC) $(LDFLAGS)