You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/x11/files/x11-1.9-no-LDFLAGS.patch

11 lines
296 B

Don't persist LDFLAGS into package database.
https://bugs.gentoo.org/609624
--- a/X11.buildinfo.in
+++ b/X11.buildinfo.in
@@ -5,3 +5,3 @@ buildable: @BUILD_PACKAGE_BOOL@
cc-options: @X_CFLAGS@ @CPPFLAGS@
-ld-options: @X_LIBS@ @LDFLAGS@
+ld-options: @X_LIBS@
extra-libraries: @EXTRA_LIBRARIES@