• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ejabberd/0005-disable-ERLANG_DEPRECATED_CHECK.patch
Frank HunlethFrank Hunleth committed c3deb95339122 Feb 2016
Raw file
Source viewDiff to previous
 
1
From d43a65b112ec995a5ee52aca2a16e5cf9699d7c1 Mon Sep 17 00:00:00 2001
2
From: Johan Oudinet <johan.oudinet@gmail.com>
3
Date: Wed, 20 Jan 2016 08:16:26 -0500
4
Subject: [PATCH] disable ERLANG_DEPRECATED_CHECK
5
​
6
Without this patch, the configure will try to execute erlang to check
7
if it uses deprecated types. Assume the answer is false.
8
---
9
 configure.ac | 2 +-
10
 1 file changed, 1 insertion(+), 1 deletion(-)
11
​
12
diff --git a/configure.ac b/configure.ac
13
index cd1ab08..a4f1533 100644
14
--- a/configure.ac
15
+++ b/configure.ac
16
@@ -235,7 +235,7 @@ if test "$ENABLEUSER" != ""; then
17
   AC_SUBST([INSTALLUSER], [$ENABLEUSER])
18
 fi
19
 
20
-ERLANG_DEPRECATED_TYPES_CHECK
21
+AC_SUBST(erlang_deprecated_types, false)
22
 
23
 if test "$sqlite" = "true"; then
24
    AX_LIB_SQLITE3([3.6.19])
25
-- 
26
2.5.0
27
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.