Skip to content

Commit c6e646d

Browse files
committed
Keep the CPPFLAGS and LDFLAGS exported for make
Otherwise the "make" command doesn't have the CPPFLAGS and LDFLAGS variables set, and then the build fails. Fixes #710.
1 parent 692545d commit c6e646d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/gdb.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ sources:
88
url: http://ftp.gnu.org/gnu/gdb/gdb-7.7.1.tar.bz2
99

1010
build_stages:
11+
- name: configure
12+
global_flags: true
13+
1114
- name: fail_on_osx
1215
before: prologue
1316
mode: replace

0 commit comments

Comments
 (0)