mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Fixed CORE-1695: Fix source install for amd64-based systems, having sybmolic link lib64 to lib
This commit is contained in:
parent
14812ea8a3
commit
e0aba1fd8a
@ -122,7 +122,11 @@ dnl CPU_TYPE=x86_64
|
||||
AC_DEFINE(LINUX, 1, [Define this if OS is Linux])
|
||||
EDITLINE_FLG=Y
|
||||
SHRLIB_EXT=so
|
||||
libdir=/usr/lib64
|
||||
if test -L /usr/lib64; then
|
||||
libdir=/usr/lib
|
||||
else
|
||||
libdir=/usr/lib64
|
||||
fi
|
||||
CPU_TYPE=amd64
|
||||
RPM64='()(64bit)'
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user