FreeBSD Bugzilla – Attachment 145661 Details for
Bug 192580
security/ossec-hids-server: Fix compile under 11.0 after switching readline to INTERNALLIB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix path to readline header
ossec-hids-server.patch (text/plain), 1.18 KB, created by
Oleg Ginzburg
on 2014-08-11 13:46:59 UTC
(
hide
)
Description:
fix path to readline header
Filename:
MIME Type:
Creator:
Oleg Ginzburg
Created:
2014-08-11 13:46:59 UTC
Size:
1.18 KB
patch
obsolete
>diff -ruN ossec-hids-server.bak/Makefile ossec-hids-server/Makefile >--- ossec-hids-server.bak/Makefile 2014-08-07 16:30:36.000000000 +0400 >+++ ossec-hids-server/Makefile 2014-08-11 17:32:55.000000000 +0400 >@@ -41,6 +41,10 @@ > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src__os_csyslogd__csyslogd.c > .endif > >+.if ${OSVERSION} > 1100027 >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-external-lua-5.2.3-src-Makefile >+.endif >+ > .if !defined(CLIENT_ONLY) > .if ${PORT_OPTIONS:MMYSQL} > WITH_DB= yes >diff -ruN ossec-hids-server.bak/files/extra-patch-src-external-lua-5.2.3-src-Makefile ossec-hids-server/files/extra-patch-src-external-lua-5.2.3-src-Makefile >--- ossec-hids-server.bak/files/extra-patch-src-external-lua-5.2.3-src-Makefile 1970-01-01 03:00:00.000000000 +0300 >+++ ossec-hids-server/files/extra-patch-src-external-lua-5.2.3-src-Makefile 2014-08-11 17:34:20.000000000 +0400 >@@ -0,0 +1,13 @@ >+--- ./src/external/lua-5.2.3/src/Makefile.orig 2014-08-11 16:46:35.000000000 +0400 >++++ ./src/external/lua-5.2.3/src/Makefile 2014-08-11 16:46:53.000000000 +0400 >+@@ -19,8 +19,8 @@ >+ SYSLDFLAGS= >+ SYSLIBS= >+ >+-MYCFLAGS= >+-MYLDFLAGS= >++MYCFLAGS=-I/usr/local/include >++MYLDFLAGS=-L/usr/local/lib >+ MYLIBS= >+ MYOBJS= >+
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 192580
: 145661