mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8101 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -74,10 +74,6 @@ endif | ||||
|  | ||||
| LIBLPC10=lpc10/liblpc10.a | ||||
|  | ||||
| ifeq ($(findstring BSD,${OSARCH}),BSD) | ||||
|   CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib | ||||
| endif | ||||
|  | ||||
| CODECS+=$(MODG723) $(MODSPEEX) $(MODILBC) codec_gsm.so codec_lpc10.so  \ | ||||
|         codec_adpcm.so codec_ulaw.so codec_alaw.so codec_a_mu.so \ | ||||
| 	codec_g726.so | ||||
|   | ||||
		Reference in New Issue
	
	Block a user