Skip to content
Snippets Groups Projects
Commit de58dbca authored by Natanael Copa's avatar Natanael Copa
Browse files

main/argp-standalone: avoid modify CFLAGS in global scope

parent 2e3d4976
No related merge requests found
......@@ -13,14 +13,13 @@ source="http://www.lysator.liu.se/~nisse/misc/argp-standalone-$pkgver.tar.gz
gnu89-inline.patch
"
export CFLAGS="$CFLAGS -fPIC"
prepare() {
default_prepare
autoreconf -vif
}
build() {
CFLAGS="$CFLAGS -fPIC" \
./configure \
--build=$CBUILD \
--host=$CHOST \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment