X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=debian%2Fpatches%2Fhonor-cppflags;fp=debian%2Fpatches%2Fhonor-cppflags;h=0000000000000000000000000000000000000000;hp=199876bf1e5731a59213c185682e9cf13d0eb8bf;hb=57fb5c7da85022da3f0e55415b2941049d8b7625;hpb=4c15e072cf41b39ffa0c4354c64856a9c8414edf diff --git a/debian/patches/honor-cppflags b/debian/patches/honor-cppflags deleted file mode 100644 index 199876b..0000000 --- a/debian/patches/honor-cppflags +++ /dev/null @@ -1,13 +0,0 @@ -Applied upstream in r284. -http://code.google.com/p/exfat/source/detail?r=284 ---- a/SConstruct -+++ b/SConstruct -@@ -41,6 +41,8 @@ if not conf.env['CCFLAGS']: - conf.env.Replace(CCFLAGS = '-Wall -O2 -ggdb') - elif conf.env['CC'] == 'clang': - conf.env.Replace(CCFLAGS = '-Wall -O2 -g') -+if 'CPPFLAGS' in os.environ: -+ conf.env.Replace(CPPFLAGS = os.environ['CPPFLAGS']) - conf.env.Append(CPPDEFINES = {'FUSE_USE_VERSION': 26}) - conf.env.Append(CPPDEFINES = {'_FILE_OFFSET_BITS' : 64}) - conf.env.Append(CPPPATH = ['libexfat'])