• 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/kompexsqlite/0001-Makefile-use-autoconf-CXX-for-proper-builds.patch
Gustavo ZacariasGustavo Zacarias committed ddfd700a02c14 Sep 2015
Raw file
Source viewDiff to previous
 
1
From 769693d9ddf63b04dd4aad6cad080f3cee3f997e Mon Sep 17 00:00:00 2001
2
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3
Date: Thu, 11 Jun 2015 14:08:38 -0300
4
Subject: [PATCH] Makefile: use autoconf CXX for proper builds
5
​
6
Status: applied upstream.
7
​
8
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
9
---
10
 Makefile.in | 1 +
11
 1 file changed, 1 insertion(+)
12
​
13
diff --git a/Makefile.in b/Makefile.in
14
index 91fb8b2..fe862cd 100644
15
--- a/Makefile.in
16
+++ b/Makefile.in
17
@@ -23,6 +23,7 @@ mandir = $(prefix)/share/man/man3
18
 headerdir = $(prefix)/include/kompex
19
 
20
 CC = @CC@
21
+CXX = @CXX@
22
 CFLAGS = @CFLAGS@
23
 CPPFLAGS = $(CFLAGS) @CPPFLAGS@
24
 LDFLAGS = @LDFLAGS@
25
-- 
26
2.3.6
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.