X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=debian%2Frules;h=e58d7f662925ada54564c15027d1ef16ccf2bc3f;hb=76aef537743d91a75c780eb6623b7b38a4c6547f;hp=b84999db392ec22f167c58970e113977d685c62e;hpb=07f8a3869c835f984c59345da26556755a2825ea;p=framework%2Flocation%2Fgps-manager.git diff --git a/debian/rules b/debian/rules index b84999d..e58d7f6 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,10 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) ifneq (,$(findstring armel,$(DEB_HOST_ARCH))) GPS_ENABLER ?= --enable-gps + ARCH ?= armel else - GPS_ENABLER ?= --disable-gps + GPS_ENABLER ?= --enable-gps + ARCH ?= x86 endif #CFLAGS ?= -Wall -g @@ -66,6 +68,7 @@ build-stamp: configure-stamp cat $$f > $${f%.in}; \ sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ + sed -i -e "s#@ARCH@#$(ARCH)#g" $${f%.in}; \ done touch $@