]> git.pld-linux.org Git - packages/asterisk.git/blob - x32.patch
Version: 13.12.0, change opus codec source
[packages/asterisk.git] / x32.patch
1 --- asterisk-13.2.0/Makefile~   2014-10-31 16:50:53.000000000 +0000
2 +++ asterisk-13.2.0/Makefile    2015-04-05 09:40:53.896839072 +0000
3 @@ -174,6 +174,11 @@
4    LDCONFIG_FLAGS=-n
5  endif
6  
7 +ifeq ($(OSARCH),linux-gnux32)
8 +  # flag to tell 'ldconfig' to only process specified directories
9 +  LDCONFIG_FLAGS=-n
10 +endif
11 +
12  ifeq ($(findstring -save-temps,$(_ASTCFLAGS) $(ASTCFLAGS)),)
13    ifeq ($(findstring -pipe,$(_ASTCFLAGS) $(ASTCFLAGS)),)
14      _ASTCFLAGS+=-pipe
15 --- asterisk-13.2.0/main/Makefile~      2014-07-04 15:26:58.000000000 +0000
16 +++ asterisk-13.2.0/main/Makefile       2015-04-05 09:41:32.963507792 +0000
17 @@ -41,7 +41,7 @@
18  AST_LIBS+=$(UUID_LIB)
19  AST_LIBS+=$(CRYPT_LIB)
20  
21 -ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc kfreebsd-gnu),)
22 +ifneq ($(findstring $(OSARCH), linux-gnu linux-gnux32 uclinux linux-uclibc kfreebsd-gnu),)
23    ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
24    AST_LIBS+=-ldl
25    endif
This page took 0.024403 seconds and 3 git commands to generate.