File: 00binutils-gold.patch

package info (click to toggle)
antennavis 0.3.1-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,504 kB
  • sloc: ansic: 7,212; sh: 1,028; makefile: 111
file content (15 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS due to indirect linking in natty toolchain 
Author: Bhavani Shankar <bhavi@ubuntu.com>
Bug-Debian: http://bugs.debian.org/553950

--- antennavis-0.3.1.orig/Makefile.in
+++ antennavis-0.3.1/Makefile.in
@@ -28,7 +28,7 @@
 ##
 CFLAGS := @CFLAGS@
 CPPFLAGS := @CPPFLAGS@
-LIBS := @LIBS@
+LIBS := @LIBS@ -lX11 -lm
 LDFLAGS := @LDFLAGS@
 
 prefix = @prefix@