mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 11:55:53 +00:00
Include missing on uuid + add dependency on this package
This commit is contained in:
parent
a7a28680ed
commit
8758e07570
2
debian/control
vendored
2
debian/control
vendored
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl8.5, expect,
|
||||
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
|
||||
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
|
||||
libisl-dev (>= 0.11.1), binutils-gold [amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64 x32],
|
||||
lcov
|
||||
lcov, uuid-dev
|
||||
Build-Conflicts: oprofile, ocaml
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://www.llvm.org/
|
||||
|
13
debian/patches/include_uuid.diff
vendored
Normal file
13
debian/patches/include_uuid.diff
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
Index: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
|
||||
===================================================================
|
||||
--- source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp (révision 179680)
|
||||
+++ source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp (copie de travail)
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "DynamicLoaderMacOSXDYLD.h"
|
||||
|
||||
+#include <uuid/uuid.h>
|
||||
+
|
||||
//#define ENABLE_DEBUG_PRINTF // COMMENT THIS LINE OUT PRIOR TO CHECKIN
|
||||
#ifdef ENABLE_DEBUG_PRINTF
|
||||
#include <stdio.h>
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -19,4 +19,5 @@ declare_clear_cache.diff
|
||||
31-powerpcspe.diff
|
||||
33-armhf-defaults.diff
|
||||
34-powerpc-no-altivec.diff
|
||||
include_uuid.diff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user