]> err.no Git - mapper/commitdiff
Set some flags
authorKaj-Michael Lang <milang@onion.tal.org>
Sat, 3 Nov 2007 17:28:58 +0000 (19:28 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Sat, 3 Nov 2007 17:28:58 +0000 (19:28 +0200)
debian/rules

index c31696021ab6216709b6269aded638dbaf088b55..a3196affc3f4695b2c104bf5443129d8b37a5887 100755 (executable)
@@ -16,7 +16,7 @@ CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
 else
-       CFLAGS += -O2
+       CFLAGS += -O2 -pipe -mcpu=arm926ej-s
 endif
 
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
@@ -32,7 +32,7 @@ configure-stamp:
        dh_testdir
        #./autogen.sh
        # Add here commands to configure the package.
-       CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-static --enable-hildon --enable-770 --enable-itbtdbus
+       CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-static --enable-hildon --enable-770 --enable-itbtdbus --sysconfdir=/etc
        touch configure-stamp
 
 build: build-stamp