Install rsa.h too
This commit is contained in:
parent
2705181d05
commit
b9c455742b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5506
@ -27,7 +27,7 @@ pre-configure:
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} _des.h _md2.h _md5.h rsaref.h global.h \
|
||||
${INSTALL_DATA} rsa.h _des.h _md2.h _md5.h rsaref.h global.h \
|
||||
${PREFIX}/include
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} librsaref.a librsaref.so.2.0 \
|
||||
|
@ -1,6 +1,7 @@
|
||||
lib/librsaref.a
|
||||
lib/librsaref.so.2.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
include/rsa.h
|
||||
include/_md2.h
|
||||
include/_md5.h
|
||||
include/_des.h
|
||||
|
Loading…
Reference in New Issue
Block a user