[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    kdelibs/kimgio/Makefile.am
From:       Russell Coker <russell () coker ! com ! au>
Date:       1999-05-23 21:12:10
[Download RAW message or body]

I am building kdelibs with the --disable-rpath option.  Here is a patch for
this file which makes kimgio compile.  I believe that this is correct but am not
certain so have not checked it into the CVS.  Could someone who knows this
better than I please commit it to CVS if it's good or tell me what I did wrong
otherwise.

--
I am in London and would like to meet any Linux users here.
I plan to work in London until April and then move to another
place where the pay is good.

["rpath.diff" (text/plain)]

diff -ru kdelibs.old/kimgio/Makefile.am kdelibs/kimgio/Makefile.am
--- kdelibs.old/kimgio/Makefile.am	Sun May 23 20:23:14 1999
+++ kdelibs/kimgio/Makefile.am	Sun May 23 20:54:21 1999
@@ -63,13 +63,11 @@
 	fi ;\
 	done; \
 	echo "const char* kimgio_rpaths[] = {" >> kimgio-config.h ;\
-	if test -n "$(KDE_RPATH)"; then \
-	  for i in $(KDE_RPATH); do \
+	  for i in $(KDE_RPATH) "-rpath" ; do \
 	    if test ! $$i = "-rpath"; then \
 	      echo "    \"$$i\"," >> kimgio-config.h  ; \
             fi; \
 	  done ;\
-        fi; \
 	echo "      0};" >> kimgio-config.h
 
 CLEANFILES = staticmodules kimgio-config.h


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic