mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Pull new git checkout for applying the patches we submitted upstream.
This commit is contained in:
Vendored
+7
-2
@@ -23,6 +23,7 @@ endif
|
||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||
cp -f /usr/share/misc/config.guess config.guess
|
||||
endif
|
||||
./autogen.sh
|
||||
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-z,defs"
|
||||
|
||||
|
||||
@@ -38,10 +39,14 @@ build-stamp: config.status
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
# Add here commands to clean up after the build process.
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
rm -rf config.log
|
||||
# Remove auto* cache
|
||||
rm -rf m4 aclocal.m4 build-stamp
|
||||
rm -rf Makefile.in config.log compile config.guess \
|
||||
config.h.in config.sub configure depcomp \
|
||||
doc/Makefile.in examples/Makefile.in install-sh \
|
||||
libfprint/Makefile.in ltmain.sh missing
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
|
||||
Reference in New Issue
Block a user