1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00
openwrt-packages/libs/libpbc/patches/010-pass-cflags.patch
Rosen Penev 43f811ad5b
libpbc: Pass CFLAGS properly
This was breaking ASLR builds.

Fixed license tag.

Added PKG_BUILD_PARALLEL for faster compilation.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-27 15:29:34 -07:00

11 lines
176 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,6 @@ AC_CONFIG_SRCDIR([./])
LT_INIT
#AC_CANONICAL_HOST
-CFLAGS=
default_fink_path=/sw
case $host_os in
darwin*)