diff options
author | qinxialei <xialeiqin@gmail.com> | 2020-10-29 09:38:08 +0800 |
---|---|---|
committer | qinxialei <xialeiqin@gmail.com> | 2020-10-29 09:38:08 +0800 |
commit | 4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4 (patch) | |
tree | 5fa44533836e8c26b71dd5c6f1bb77226ef76501 /debian/rules | |
download | libgav1-4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4.tar.gz libgav1-4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4.tar.bz2 libgav1-4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4.zip |
Initial commit
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..09ea32f --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +DPKG_EXPORT_BUILDFLAGS = 1 + +include /usr/share/dpkg/buildflags.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +CXXFLAGS += $(CPPFLAGS) + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -DBUILD_SHARED_LIBS=ON |