]> git.pld-linux.org Git - packages/asterisk.git/blob - x32.patch
Version: 13.16.0
[packages/asterisk.git] / x32.patch
1 diff -dur -x '*~' -x '*.orig' -x '*.rej' asterisk-13.16.0.orig/main/Makefile asterisk-13.16.0/main/Makefile
2 --- asterisk-13.16.0.orig/main/Makefile 2017-05-30 19:44:16.000000000 +0200
3 +++ asterisk-13.16.0/main/Makefile      2017-06-09 14:17:11.000000000 +0200
4 @@ -47,7 +47,7 @@
5  AST_LIBS+=$(RT_LIB)
6  AST_LIBS+=$(SYSTEMD_LIB)
7  
8 -ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc kfreebsd-gnu),)
9 +ifneq ($(findstring $(OSARCH), linux-gnu linux-gnux32 uclinux linux-uclibc kfreebsd-gnu),)
10    AST_LIBS+=-ldl
11    ifneq (x$(CAP_LIB),x)
12      AST_LIBS+=$(CAP_LIB)
13 diff -dur -x '*~' -x '*.orig' -x '*.rej' asterisk-13.16.0.orig/Makefile asterisk-13.16.0/Makefile
14 --- asterisk-13.16.0.orig/Makefile      2017-05-30 19:44:16.000000000 +0200
15 +++ asterisk-13.16.0/Makefile   2017-06-09 14:16:48.000000000 +0200
16 @@ -183,6 +183,11 @@
17  # Create OPTIONS variable, but probably we can assign directly to ASTCFLAGS
18  OPTIONS=
19  
20 +ifeq ($(OSARCH),linux-gnux32)
21 +  # flag to tell 'ldconfig' to only process specified directories
22 +  LDCONFIG_FLAGS=-n
23 +endif
24 +
25  ifeq ($(findstring -save-temps,$(_ASTCFLAGS) $(ASTCFLAGS)),)
26    ifeq ($(findstring -pipe,$(_ASTCFLAGS) $(ASTCFLAGS)),)
27      _ASTCFLAGS+=-pipe
This page took 0.040629 seconds and 3 git commands to generate.