diff options
author | Dawid Węgliński <cla@gentoo.org> | 2010-01-23 09:21:26 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2010-01-23 09:21:26 +0000 |
commit | c03d0d261cf26bd1c79f61e8baa310b4031a1f4e (patch) | |
tree | e24d348dc5b2a61158f8ddc0257208072c77d050 /net-libs/polarssl/files | |
parent | webrat has no task to build documentation. (diff) | |
download | historical-c03d0d261cf26bd1c79f61e8baa310b4031a1f4e.tar.gz historical-c03d0d261cf26bd1c79f61e8baa310b4031a1f4e.tar.bz2 historical-c03d0d261cf26bd1c79f61e8baa310b4031a1f4e.zip |
Respect user CFLAGS (bug #241036), fix install phase if USE="examples"
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'net-libs/polarssl/files')
-rw-r--r-- | net-libs/polarssl/files/polarssl-0.12.0-makefile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-libs/polarssl/files/polarssl-0.12.0-makefile.patch b/net-libs/polarssl/files/polarssl-0.12.0-makefile.patch new file mode 100644 index 000000000000..807a27d3535e --- /dev/null +++ b/net-libs/polarssl/files/polarssl-0.12.0-makefile.patch @@ -0,0 +1,13 @@ +diff -Naur polarssl-0.12.0.old/library/Makefile polarssl-0.12.0/library/Makefile +--- polarssl-0.12.0.old/library/Makefile 2009-03-28 18:53:03.000000000 +0100 ++++ polarssl-0.12.0/library/Makefile 2010-01-23 10:12:03.000000000 +0100 +@@ -1,8 +1,7 @@ + + # Also see "include/polarssl/config.h" + +-CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement +-OFLAGS = -O ++CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement + + # MicroBlaze specific options: + # CFLAGS += -mno-xl-soft-mul -mxl-barrel-shift |