[patch] really use rpath
Leo Savernik <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gpa.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, If --enable-rpath is given, it should actually be linked into the executable. mfg Leo PS.: Please CC me, I'm not subscribed. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFBJOTjj5jssenUYTsRAtbTAJ9Cc831L9KX1IGq7ycqquOWq5oakQCaAzNQ uNpa41B7n33Tga4wKwymCKU= =vBcL -----END PGP SIGNATURE----- _______________________________________________ Gpa-dev mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gpa-dev
Makefile.am.diff
(text/x-makefile, 443 B)
--- Makefile.am.orig Tue Apr 20 07:04:46 2004 +++ Makefile.am Thu Aug 19 17:55:39 2004 @@ -37,7 +37,7 @@ pinentry_qt_LDADD = $(QT_LIBS) $(libcurses) ../pinentry/libpinentry.a \ $(top_builddir)/assuan/libassuan.a \ $(top_builddir)/secmem/libsecmem.a $(LIBCAP) -pinentry_qt_LDFLAGS = $(QT_LDFLAGS) +pinentry_qt_LDFLAGS = $(QT_LDFLAGS) $(QT_RPATH) pinentry_qt_SOURCES = secqstring.h secqstring.cpp \ secqinternal_p.h secqinternal.cpp \