|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../libopenraw/libopenraw.conf |
|
|
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2010 - 2012 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -14,3 +14,6 @@
|
|
|
|
|
|
|
|
|
|
# remove '--shave-mode=compile' because it breaks the build |
|
|
|
|
var_append GCC_WRAPPER_REMOVE ' ' "--shave-mode=compile" |
|
|
|
|
# remove '--shave-mode=link' because it breaks the build |
|
|
|
|
var_append GCC_WRAPPER_REMOVE ' ' "--shave-mode=link" |
|
|
|
|
var_append CXX_WRAPPER_REMOVE ' ' "--shave-mode=link" |
|
|
|
|