diff options
| author | Roy.Li <rongqing.li@windriver.com> | 2014-07-24 16:18:24 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-30 09:21:05 +0200 |
| commit | b8baf820be67eb239d4bb30d224d5b651229f47d (patch) | |
| tree | 89ea5f531349a0c7b86b27bca60600b8a0aaf120 /meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | |
| parent | 042f9a89c60109878889dd316bcd131faff8606a (diff) | |
| download | meta-openembedded-b8baf820be67eb239d4bb30d224d5b651229f47d.tar.gz | |
snort: do not hardcode the libdir
libdir is defined as ${pref_exec}/lib/, but we want it to support multilib path
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index 9c55e9c65f..4d0e34218f 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | |||
| @@ -11,6 +11,7 @@ SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ | |||
| 11 | file://disable-inaddr-none.patch \ | 11 | file://disable-inaddr-none.patch \ |
| 12 | file://disable-dap-address-space-id.patch \ | 12 | file://disable-dap-address-space-id.patch \ |
| 13 | file://0001-libpcap-search-sysroot-for-headers.patch \ | 13 | file://0001-libpcap-search-sysroot-for-headers.patch \ |
| 14 | file://not-hardcoded-libdir.patch \ | ||
| 14 | " | 15 | " |
| 15 | 16 | ||
| 16 | SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659" | 17 | SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659" |
