mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
77042863c7
Create shared libraries Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
542 B
Diff
15 lines
542 B
Diff
--- a/configure.ac 2021-02-15 20:45:20.000000000 +0100
|
|
+++ b/configure.ac 2021-02-21 17:59:13.593674832 +0100
|
|
@@ -46,9 +46,9 @@
|
|
COLM_WRAP="$withval/bin/colm-wrap"
|
|
CPPFLAGS="-I$withval/include ${CPPFLAGS}"
|
|
CPPFLAGS="-I$withval/include/aapl ${CPPFLAGS}"
|
|
- LDFLAGS="-L$withval/lib ${LDFLAGS}"
|
|
- LIBCOLM_LA="$withval/lib/libcolm.la"
|
|
- LIBFSM_LA="$withval/lib/libfsm.la"
|
|
+ LDFLAGS="-L$withval/lib64 ${LDFLAGS}"
|
|
+ LIBCOLM_LA="$withval/lib64/libcolm.la"
|
|
+ LIBFSM_LA="$withval/lib64/libfsm.la"
|
|
COLM_SHARE="$withval/share"
|
|
],
|
|
[]
|