mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
optimize SDK
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
15
FunKey/package/agg/0001-autogen.patch
Normal file
15
FunKey/package/agg/0001-autogen.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Author: Andrea Veri <and@debian.org>
|
||||
Description: Disable configure's run from the autogen file.
|
||||
|
||||
Index: agg-2.5+dfsg1/autogen.sh
|
||||
===================================================================
|
||||
--- a/autogen.sh 2007-10-11 00:06:16.000000000 +0200
|
||||
+++ b/autogen.sh 2012-05-01 16:57:37.916862783 +0200
|
||||
@@ -18,6 +18,6 @@
|
||||
automake --foreign --add-missing --ignore-deps
|
||||
|
||||
# and finally invoke our new configure
|
||||
-./configure $*
|
||||
+[ -n "$NOCONFIGURE" ] || ./configure $*
|
||||
|
||||
# end
|
||||
Reference in New Issue
Block a user