diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/libpri/patches |
Initial import
Diffstat (limited to 'package/libpri/patches')
-rw-r--r-- | package/libpri/patches/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libpri/patches/patch-Makefile b/package/libpri/patches/patch-Makefile new file mode 100644 index 000000000..d1fb6c1c7 --- /dev/null +++ b/package/libpri/patches/patch-Makefile @@ -0,0 +1,12 @@ +$Id$ + + submitted upstream as http://bugs.digium.com/view.php?id=10253 + +--- libpri-1.2.4.orig/Makefile 2006-04-30 17:17:47.000000000 +0200 ++++ libpri-1.2.4/Makefile 2007-06-29 19:34:16.000000000 +0200 +@@ -144,4 +144,4 @@ clean: + depend: .depend + + .depend: +- CC=$(CC) ./mkdep ${CFLAGS} `ls *.c` ++ CC="$(CC)" ./mkdep ${CFLAGS} `ls *.c` |