Commit bd0d7e5c authored by Nicolas Boulenguez's avatar Nicolas Boulenguez Committed by Rafael Laboissière
Browse files

Import specific dpkg makefile snippets instead of default.mk.

parent 27a1a2b0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@ DEB_FFLAGS_MAINT_APPEND := -fvisibility=hidden
# octave bindings.
DEB_CPPFLAGS_MAINT_APPEND     := $(shell mkoctfile -p INCFLAGS)
DEB_LDFLAGS_MAINT_APPEND      := -Wl,--as-needed
include /usr/share/dpkg/default.mk
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk

# Note cmake ignores CPPFLAGS so add them to CFLAGS and CXXFLAGS as a
# work around, see #653916.