depot/pkgs/by-name/li/libguestfs/Revert-perl-Pass-CFLAGS-through-extra_linker_flags.patch
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

17 lines
453 B
Diff

Subject: [PATCH] Revert "perl: Pass @CFLAGS@ through extra_linker_flags"
This reverts commit be06cb048b595200bf7d1cec9684ab7958188b97.
---
--- a/perl/Build.PL.in
+++ b/perl/Build.PL.in
@@ -65,8 +65,6 @@ my $build = Module::Build->new (
'@top_srcdir@/include',
],
extra_linker_flags => [
- '-DGUESTFS_PRIVATE=1',
- split (' ', '@CFLAGS@'),
'-L@top_builddir@/lib/.libs',
'-lguestfs',
],
--
2.44.1