diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-16 02:22:18 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-16 02:22:18 +0100 |
commit | fb2e9a8b54b0e404d76fe93b969e47a8209d1532 (patch) | |
tree | 5045daa8b2caec365e03233156e9d0c1f5dc4c70 | |
parent | baf61fbb2b2ef84554acb57859aba1caa4d92ff3 (diff) | |
download | nx-libs-fb2e9a8b54b0e404d76fe93b969e47a8209d1532.tar.gz nx-libs-fb2e9a8b54b0e404d76fe93b969e47a8209d1532.tar.bz2 nx-libs-fb2e9a8b54b0e404d76fe93b969e47a8209d1532.zip |
debian/rules: execute new debian/compat.sh file before the actual build.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9bda99719..90234c516 100755 --- a/debian/rules +++ b/debian/rules @@ -111,7 +111,7 @@ override_dh_auto_install: PREFIX=/usr dh_auto_install -Smakefile override_dh_auto_build: - + debian/compat.sh PREFIX=/usr dh_auto_build --parallel -- CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))' override_dh_strip: |