X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=Makefile.common;h=358d75d1cf33976fea7eee08b7f4c0c8c7af565e;hp=3c8fd2bb314b131a79943c066a7355adcb493d7f;hb=180b52cb686a87487e12e87b13bafe131e6c3bef;hpb=22f792cf09747cce9998bed27bbd7ea3cf21b878 diff --git a/Makefile.common b/Makefile.common index 3c8fd2b..358d75d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -13,6 +13,11 @@ endif OS_CYGWIN=$(shell expr "$(UNAME)" : '.*CYGWIN.*') OS_LINUX=$(shell expr "$(UNAME)" : '.*Linux.*') OS_LINUX64=$(shell expr "$(UNAME_A)" : '.*Linux.*x86_64.*') +ifneq ("$(wildcard /usr/bin/dpkg-buildflags)","") +DPKG_BUILDFLAGS=1 +else +DPKG_BUILDFLAGS=0 +endif all: