We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35fd86 commit a3ac83cCopy full SHA for a3ac83c
projects/libevent.org/package.yml
@@ -24,6 +24,8 @@ build:
24
- make install
25
- run: sed -i -e 's|{{deps.openssl.org.prefix}}|\${pcfiledir}/../../../../openssl.org/v{{deps.openssl.org.version.major}}|g' *.pc
26
working-directory: '{{prefix}}/lib/pkgconfig'
27
+ - run: find . -name '*.la' -exec rm {} \;
28
+ working-directory: '{{prefix}}/lib'
29
env:
30
ARGS:
31
- --disable-debug-mode
0 commit comments