summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe Baldino2022-02-06 22:45:26 +0000
committerJoe Baldino2022-02-06 23:05:39 +0000
commit1759b9e483609f59e81cc2a00ee05d3e370982cf (patch)
treece56e6b05e587edd1a7cfcf2188f4e3164d3855c /.gitignore
parent8028e04b670f205e0e524afc6a6122cada84142d (diff)
downloadaur-octavia.tar.gz
0.1.2-2: fix build with newer gcc, new maintainer
Took over maintainership of this package. Style update, as well as removal of inline vim directives. Removed a superfluous variable for the download URL, as it's only ever used once. Removed a sneaky gitignore file. Quick patch for a missing include. It builds now (with gcc). Upstream code uses assert(), which can-- and does-- hard-code file paths into the binary. Makepkg will emit warnings about this. So, append -DNDEBUG to [C,CXX]FLAGS. Also, ensure RPATHs are not hard-coded into the binary. TODO: Doesn't seem to build with clang. Upstream CMakeLists hard-codes, e.g., arbitrary optimizer flags. This is contrary to ArchLinux packaging guidelines as it could override end-users' makepkg settings. Signed-off-by: Joe Baldino <pedanticdm@gmx.us>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 623d0e70ff3e..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*
-!.gitignore
-!.SRCINFO
-!PKGBUILD
-