Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
pf_ring
> pf_ring-5.5.2-makefile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pf_ring-5.5.2-makefile.patch of Package pf_ring
--- userland/lib/Makefile.in.orig 2012-04-06 10:16:57.000000000 +0200 +++ userland/lib/Makefile.in 2012-10-03 14:08:21.467631296 +0200 @@ -93,12 +93,12 @@ cp pfring.h ${INSTDIR}/include/ install-static: ${STATICLIB} install-includes - mkdir -p ${INSTDIR}/lib - cp ${STATICLIB} ${INSTDIR}/lib/ + mkdir -p ${INSTDIR}/${LIB} + cp ${STATICLIB} ${INSTDIR}/${LIB}/ install-shared: ${DYNAMICLIB} install-includes - mkdir -p ${INSTDIR}/lib - cp ${DYNAMICLIB} ${INSTDIR}/lib/ + mkdir -p ${INSTDIR}/${LIB} + cp ${DYNAMICLIB} ${INSTDIR}/${LIB}/ @if test "$(USER)" = "root"; then \ ldconfig; \ fi