[packages] cups: update to v1.3.10

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15455 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2009-04-27 22:18:45 +00:00
parent 6edd53dbee
commit 86417dca4e
6 changed files with 31 additions and 36 deletions

View File

@ -1,9 +1,9 @@
--- cups-1.3.7/configure.old 2008-10-19 23:29:10.000000000 +0200
+++ cups-1.3.7/configure 2008-10-19 23:31:10.000000000 +0200
@@ -10115,59 +10115,6 @@
--- a/configure
+++ b/configure
@@ -10146,59 +10146,6 @@ if test -n "$GCC"; then
OPTIM="-fPIC $OPTIM"
fi
- # The -fstack-protector option is available with some versions of
- # GCC and adds "stack canaries" which detect when the return address
- # has been overwritten, preventing many types of exploit attacks.