[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Any progress with FIS GT.M?



On 06/19/2012 10:59 AM, Yaroslav Halchenko wrote:
> $> grep /home/yoh/deb/perspect/fis-gtm/.*debian/ -r .
> ./utf8/plugin/gpgagent.tab:/home/yoh/deb/perspect/fis-gtm/fis-gtm-gitsvn/debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so
> ./plugin/gpgagent.tab:/home/yoh/deb/perspect/fis-gtm/fis-gtm-gitsvn/debian/fis-gtm-5.5.000/usr/lib/fis-gtm/V5.5-000+git80-g211bd16_x86_64/plugin/libgtmcrypt.so

These need an additional hunk in your gtm_destdir patch to configure.gtc.
Something like the below (untested).

-Brad


diff --git a/sr_unix/configure.gtc b/sr_unix/configure.gtc
index 0c5b54e..8b98ec9 100644
--- a/sr_unix/configure.gtc
+++ b/sr_unix/configure.gtc
@@ -592,7 +592,7 @@ if [ -d "$plugin_gtmcrypt" ]; then

        # Install gpgagent.tab
        # This is an external call table so the path to the shared library has to be adjusted
-       echo "$gtmdist/plugin/libgtmcrypt.so" > $gtmdist/$plugin/gpgagent.tab
+       echo "${gtmdist#${gtm_destdir:-}}/plugin/libgtmcrypt.so" > $gtmdist/$plugin/gpgagent.tab
        cat $plugin/gpgagent.tab | sed 1d >> $gtmdist/$plugin/gpgagent.tab

        # Tar the source files


Reply to: