diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-08-27 15:08:07 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-08-27 15:29:34 -0700 |
commit | 43f811ad5b3869ec5fa50259e498feae8abfb9f0 (patch) | |
tree | 318fbab151743d6bd5b4614186c3c2edf7e2ee5b /libs/libpbc/patches | |
parent | 9c43805ae5df1684f69246cd045ebebac6fe8dc8 (diff) |
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>
Diffstat (limited to 'libs/libpbc/patches')
-rw-r--r-- | libs/libpbc/patches/010-pass-cflags.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/libpbc/patches/010-pass-cflags.patch b/libs/libpbc/patches/010-pass-cflags.patch new file mode 100644 index 000000000..078ff8384 --- /dev/null +++ b/libs/libpbc/patches/010-pass-cflags.patch @@ -0,0 +1,10 @@ +--- 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*) |