File: 07noconfig-script-multiarch-path.patch

package info (click to toggle)
libdumbnet 1.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,768 kB
  • sloc: ansic: 11,563; sh: 4,203; python: 261; makefile: 92
file content (19 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: noconfig-script-multiarch-path
Author: hesso@pool.math.tu-berlin.de
Origin: vendor
Last-Update: 2022-02-26
Forwarded: not-needed

Index: libdumbnet/dumbnet-config.in
===================================================================
--- libdumbnet.orig/dumbnet-config.in
+++ libdumbnet/dumbnet-config.in
@@ -86,7 +86,7 @@ if test "$echo_cflags" = "yes"; then
 fi
 
 if test "$echo_libs" = "yes"; then
-      echo -L$libdir -ldumbnet @LIBS@
+      echo -ldumbnet @LIBS@
 fi      
 
 exit 0