diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 16:59:17 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 16:59:17 +0100 | 
| commit | 7281ad13e9dadb1369590617eb06265b084a1726 (patch) | |
| tree | 09a86f08d1d36f0b984cd8a370eb6a93ff3f4fae /protocols/yahoo | |
| parent | 68709f5618175d0ecb9b2b160cbb2ce2d4ddc7bc (diff) | |
Allow building position-independent executables. #981, patch from brainsmoke.
Diffstat (limited to 'protocols/yahoo')
| -rw-r--r-- | protocols/yahoo/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile index d756d1e7..b501e030 100644 --- a/protocols/yahoo/Makefile +++ b/protocols/yahoo/Makefile @@ -38,7 +38,7 @@ $(objects): ../../Makefile.settings Makefile  $(objects): %.o: $(_SRCDIR_)%.c  	@echo '*' Compiling $< -	@$(CC) -c $(CFLAGS) $< -o $@ +	@$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@  yahoo_mod.o: $(objects)  	@echo '*' Linking yahoo_mod.o  | 
