X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=debian%2Frules;h=ebcb3b803dfd4e5c90b16b857cf5a23b8c739149;hp=9f24321b6d1398f2b0e38bdfb213588795ec3cec;hb=5d4f912bcc6784f975c82f7b0ed8dc360e60aae8;hpb=c3314dae2d3df82e188daf6ba8520cce833592c6 diff --git a/debian/rules b/debian/rules index 9f24321b..ebcb3b80 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,8 @@ prebuild: configure: configure-stamp configure-stamp: dh_testdir - ./autogen.sh --prefix=/usr + PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh \ + --prefix=/usr --with-google-key=/opt/google/maps-api-key touch configure-stamp build: build-arch build-indep @@ -27,7 +28,7 @@ build-indep: build-stamp build-stamp: configure-stamp dh_testdir - $(MAKE) VERSION=$(PKG_VERSION) + $(MAKE) (cd doc ; $(MAKE)) touch $@