Browse Source

Fix broken creation of the debug symbols

Christoph Biedl 7 years ago
parent
commit
f5104aef08
1 changed files with 2 additions and 0 deletions
  1. 2 0
      debian/rules

+ 2 - 0
debian/rules

@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+
 ifeq ($(SOURCE_DATE_EPOCH),)
     # workaround until SOURCE_DATE_EPOCH is available
     $(info SOURCE_DATE_EPOCH is not set, using changelog date instead)