]> git.pld-linux.org Git - packages/asterisk.git/blame - x32.patch
Release 2 (by relup.sh)
[packages/asterisk.git] / x32.patch
CommitLineData
a4d69967
JK
1diff -dur -x '*~' -x '*.orig' -x '*.rej' asterisk-14.5.0.orig/main/Makefile asterisk-14.5.0/main/Makefile
2--- asterisk-14.5.0.orig/main/Makefile 2017-05-30 19:50:46.000000000 +0200
3+++ asterisk-14.5.0/main/Makefile 2017-06-09 14:43:16.000000000 +0200
0e8251f3
JK
4@@ -47,7 +47,7 @@
5 AST_LIBS+=$(RT_LIB)
6 AST_LIBS+=$(SYSTEMD_LIB)
7
a4d69967
JK
8-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-musl kfreebsd-gnu),)
9+ifneq ($(findstring $(OSARCH), linux-gnu linux-gnux32 uclinux linux-uclibc linux-musl kfreebsd-gnu),)
0e8251f3
JK
10 AST_LIBS+=-ldl
11 ifneq (x$(CAP_LIB),x)
12 AST_LIBS+=$(CAP_LIB)
a4d69967
JK
13diff -dur -x '*~' -x '*.orig' -x '*.rej' asterisk-14.5.0.orig/Makefile asterisk-14.5.0/Makefile
14--- asterisk-14.5.0.orig/Makefile 2017-05-30 19:50:46.000000000 +0200
15+++ asterisk-14.5.0/Makefile 2017-06-09 14:42:55.000000000 +0200
16@@ -182,6 +182,11 @@
0e8251f3
JK
17 # Create OPTIONS variable, but probably we can assign directly to ASTCFLAGS
18 OPTIONS=
7eae5355
JR
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.120955 seconds and 4 git commands to generate.