Bug 108362 - --disable-rpath doesn't work correcty coused by a typo
Summary: --disable-rpath doesn't work correcty coused by a typo
Status: RESOLVED FIXED
Alias: None
Product: koffice
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KOffice Bug Wranglers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-30 11:59 UTC by Jochen Schmitt
Modified: 2005-06-30 17:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jochen Schmitt 2005-06-30 11:59:36 UTC
Version:           1.4.0 (using KDE KDE 3.4.1)
Installed from:    Compiled From Sources
Compiler:          gcc-4.0.0-13 
OS:                Linux

the --disable-rpath option in the configure script doesn't work correctly coused by a type in a configure.in.in file.

A patch to fixed this problem can be downloaded from:

http://www.herr-schmitt.de/pub/koffice/koffice-1.4.0-rpath.patch

Best Regards:

Jochen Schmitt
Comment 1 David Faure 2005-06-30 14:09:40 UTC
SVN commit 430180 by dfaure:

"the --disable-rpath option in the configure script doesn't work correctly caused by a typo in a configure.in.in file."
Patch by Jochen Schmitt - thanks!
BUG: 108362


 M  +1 -1      configure.in.in  


--- branches/koffice/1.4/koffice/filters/xsltfilter/configure.in.in #430179:430180
@@ -55,7 +55,7 @@
 fi
 
 if test ! "$USE_RPATH" = "yes"; then
-    LIBXLST_RPATH=
+    LIBXSLT_RPATH=
     LIBXML_RPATH=
 fi