File: no-rpath.patch

package info (click to toggle)
scim-anthy 1.2.7-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 4,172 kB
  • sloc: cpp: 15,051; sh: 9,951; ansic: 8,543; makefile: 553; yacc: 288; sed: 16
file content (28 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: remove rpath
Author: Osamu Aoki <osamu@debian.org>
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,7 +76,6 @@
 
 anthy_la_LDFLAGS = \
 	-avoid-version \
-	-rpath $(moduledir) \
 	-module \
 	@LIBTOOL_EXPORT_OPTIONS@ \
 	@SCIM_LIBS@ \
@@ -111,7 +110,6 @@
 				  @SCIM_CFLAGS@ \
 				  @SCIM_DEBUG_FLAGS@
 anthy_imengine_setup_la_LDFLAGS = -avoid-version \
-                                  -rpath $(setupmoduledir) \
                                   -module \
                                   @LIBTOOL_EXPORT_OPTIONS@ \
                                   @SCIM_GTKUTILS_LIBS@ \
@@ -136,7 +134,6 @@
 				    @SCIM_CFLAGS@ \
 				    @SCIM_DEBUG_FLAGS@
 anthy_imengine_helper_la_LDFLAGS  = -avoid-version \
-                                    -rpath $(setupmoduledir) \
                                     -module \
 				    @LIBTOOL_EXPORT_OPTIONS@ \
 				    @GTK2_LIBS@ \