Commit 3c448b0a authored by Kamal Mostafa's avatar Kamal Mostafa Committed by Juerg Haefliger

UBUNTU: [debian] prep linux-libc-dev only if do_libc_dev_package=true

Required for do_libc_dev_package=false to not break the build.

BugLink: http://bugs.launchpad.net/bugs/1764794Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
Signed-off-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Acked-by: default avatarStefan Bader <stefan.bader@canonical.com>
Acked-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
parent b0a53480
......@@ -411,7 +411,9 @@ install-arch-headers:
@echo Debug: $@
dh_testdir
dh_testroot
ifeq ($(do_libc_dev_package),true)
dh_prep -plinux-libc-dev
endif
rm -rf $(headers_tmp)
install -d $(headers_tmp) $(headers_dir)/usr/include/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment