summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammad Farzan2021-06-27 07:05:40 +0430
committerMohammad Farzan2021-06-27 07:05:40 +0430
commit732410a5e65dbd1d45be1866936528b768fcc94b (patch)
treedd36c46db87b8fa7f36599c9ad2d2e3655df1b6a
parent3f8ada5c7a21b2c2996ec3bcb63677086d8a0bbd (diff)
downloadaur-732410a5e65dbd1d45be1866936528b768fcc94b.tar.gz
Fix mimick_vendor _FORTIFY_SOURCE error (#1)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc233da609fb..8266a916ebc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros2-galactic
pkgdesc = A set of software libraries and tools for building robot applications
pkgver = 2021.05.23
- pkgrel = 1
+ pkgrel = 2
url = https://docs.ros.org/en/galactic/
install = ros2-galactic.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 57848368cada..b0039cc7486b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ros2-galactic
pkgver=2021.05.23
-pkgrel=1
+pkgrel=2
pkgdesc="A set of software libraries and tools for building robot applications"
url="https://docs.ros.org/en/galactic/"
arch=('any')
@@ -57,6 +57,7 @@ build() {
fi
# Build
+ unset CPPFLAGS
colcon build --merge-install ${COLCON_EXTRA_ARGS}
}