Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 873065 Details for
Bug 1074217
Build irssi plugin from github.com/cryptodotis/irssi-otr
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch accompanying the specfile
irssi-otr-configure-module-dir.patch (text/plain), 1.04 KB, created by
Martin Milata
on 2014-03-11 11:20:35 UTC
(
hide
)
Description:
Patch accompanying the specfile
Filename:
MIME Type:
Creator:
Martin Milata
Created:
2014-03-11 11:20:35 UTC
Size:
1.04 KB
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 34fc64c..160130b 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -69,9 +69,16 @@ CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing -fstack-protector-all -D_FORTIFY_S > DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include" > AC_SUBST(DEFAULT_INCLUDES) > >-# Hardcoded here since irssi only searches in $HOME/.irssi/modules or this path >-# which is unfortunate... >-IRSSI_MODULE_DIR="/usr/lib/irssi/modules" >+# Irssi searches for modules in $HOME/.irssi/modules and $(libdir)/irssi/modules >+# where the value of $(libdir) may depend on your distribution, architecture, >+# and whether irssi was installed from package or from source. >+# The hardcoded value should work for most systems but you need to override it for >+# e.g. x86_64 Fedora. >+AC_ARG_WITH([irssi-module-dir], >+ AS_HELP_STRING([--with-irssi-module-dir=DIR], [Irssi module directory]), >+ [IRSSI_MODULE_DIR="$withval"], >+ [IRSSI_MODULE_DIR="/usr/lib/irssi/modules"]) >+ > AC_SUBST(IRSSI_MODULE_DIR) > > AC_CONFIG_FILES([
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1074217
:
872321
|
873064
| 873065