mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
12 lines
267 B
Diff
12 lines
267 B
Diff
--- a/.tools/Makefile.am
|
|
+++ b/.tools/Makefile.am
|
|
@@ -137,7 +137,7 @@ MAKE = make err-files && make
|
|
endif
|
|
|
|
install-data-am:
|
|
- -cp -f $(prefix)/lib/libqat.so $(ENGINE_LIB)
|
|
+ cp -L --remove-destination .libs/libqat.so $(ENGINE_LIB)
|
|
|
|
err-files:
|
|
if QAT_OPENSSL_102
|