Ubuntu Pastebin

Paste from morphis at Thu, 30 Mar 2017 10:03:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/cmd/Makefile.am b/cmd/Makefile.am
index f9eee19..6beef00 100644
--- a/cmd/Makefile.am
+++ b/cmd/Makefile.am
@@ -85,6 +85,7 @@ libsnap_confine_private_a_SOURCES = \
        libsnap-confine-private/string-utils.h \
        libsnap-confine-private/utils.c \
        libsnap-confine-private/utils.h
+libsnap_confine_private_a_CFLAGS += -D_FILE_OFFSET_BITS=64
 
 if WITH_UNIT_TESTS
 noinst_PROGRAMS += libsnap-confine-private/unit-tests
Download as text