raster pushed a commit to branch master.

commit c40ed64a4686de41f88732fc480fe68217cc1801
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Jun 7 18:35:44 2013 +0900

    fix up pkgbuild to be cleaner.
---
 pkgbuild/PKGBUILD.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pkgbuild/PKGBUILD.in b/pkgbuild/PKGBUILD.in
index 50a02dc..bc99cdd 100644
--- a/pkgbuild/PKGBUILD.in
+++ b/pkgbuild/PKGBUILD.in
@@ -24,7 +24,7 @@ provides=("ecore=$pkgver" "eldbus=$pkgver" "edje=$pkgver"
 conflicts=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
            'emotion' 'ethumb' 'evas' 'efl' 'efl_x11' 'efl-svn')
 options=('strip' 'docs' 'zipman' '!libtool' 'debug')
-buildflags="-fvisibility=hidden -fomit-frame-pointer"
+buildflags="-O2 -g -fvisibility=hidden -fomit-frame-pointer"
 build() {
   cd "../.."
   make clean distclean
@@ -41,8 +41,6 @@ build() {
 #}
 
 package_efl() {
-  export CFLAGS="-O2 -g -pipe -fvisibility=hidden -ffast-math"
-  export LDFLAGS=""
   cd "../.."
   rm -rf $pkgdir/usr
   make -j1 DESTDIR="$pkgdir/" install

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to