• 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/libevent/libevent-disable-building-test-programs.patch
gilles.talis@gmail.comgilles.talis@gmail.com committed a213dc6d53a22 Jun 2013
Raw file
Source viewDiff to previous
 
1
From e932c8864e1bb8b6a7901d4b049a1100c4becba5 Mon Sep 17 00:00:00 2001
2
From: Gilles Talis <gilles.talis@gmail.com>
3
Date: Fri, 21 Jun 2013 15:25:11 -0700
4
Subject: [PATCH] Disable building test programs
5
​
6
We are not really interested in building test programs.
7
Moreover, these programs use fork() function that is
8
not available on MMU-less architectures.
9
​
10
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
11
---
12
 Makefile.in |    2 +-
13
 1 files changed, 1 insertions(+), 1 deletions(-)
14
​
15
diff --git a/Makefile.in b/Makefile.in
16
index 2ebefa2..4fba1ff 100644
17
--- a/Makefile.in
18
+++ b/Makefile.in
19
@@ -487,7 +487,7 @@ LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la \
20
 @INSTALL_LIBEVENT_TRUE@lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
21
 @INSTALL_LIBEVENT_TRUE@pkgconfig_DATA = $(LIBEVENT_PKGCONFIG)
22
 @INSTALL_LIBEVENT_FALSE@noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
23
-SUBDIRS = . include sample test
24
+SUBDIRS = . include sample
25
 @BUILD_WIN32_FALSE@SYS_LIBS = 
26
 @BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
27
 @BUILD_WIN32_FALSE@SYS_SRC = $(am__append_5) $(am__append_6) \
28
-- 
29
1.7.4.1
30
​
  • 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.