diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 14:55:27 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 14:55:27 +0000 |
| commit | 5780806dc09aae630eff021c5971eda02c7b72ab (patch) | |
| tree | d5082c63be35709417f857bddd1ee373682c71fa /configure | |
| parent | e0372cc840d058373dbd9676db1c2378e093bbbd (diff) | |
| download | skalibs-5780806dc09aae630eff021c5971eda02c7b72ab.tar.gz | |
Install libskarnet.a to /usr/lib by default
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -366,7 +366,7 @@ LDFLAGS_NOSHARED= LDFLAGS_SHARED=-shared prefix= dynlibdir='$prefix/lib' -libdir='$prefix/lib/$package' +libdir='$prefix/lib' includedir='$prefix/include' sysconfdir='$prefix/etc' sysdepdir='$prefix/lib/$package/sysdeps' @@ -436,8 +436,8 @@ done # Add /usr in the default default case if test -z "$prefix" ; then - if test "$libdir" = '$prefix/lib/$package' ; then - libdir=/usr/lib/$package + if test "$libdir" = '$prefix/lib' ; then + libdir=/usr/lib fi if test "$includedir" = '$prefix/include' ; then includedir=/usr/include |
