From 7281ad13e9dadb1369590617eb06265b084a1726 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 15 Sep 2012 16:59:17 +0100 Subject: Allow building position-independent executables. #981, patch from brainsmoke. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index f56b1fe5..324ab646 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -41,6 +41,6 @@ $(objects): ../Makefile.settings Makefile $(objects): %.o: $(_SRCDIR_)%.c @echo '*' Compiling $< - @$(CC) -c $(CFLAGS) $< -o $@ + @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ -include .depend/*.d -- cgit v1.2.3