mirror of
https://github.com/elementary/gala.git
synced 2024-11-24 04:21:04 +03:00
build: Rely on new-dtags support to replace RPATH with RUNPATH
This commit is contained in:
parent
d8a762c9ec
commit
8f3a2eb38d
@ -165,7 +165,7 @@ if test "x$have_mutter314" = "xyes" ; then
|
||||
fi
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Addional configure flags
|
||||
# Additional configure flags
|
||||
# -----------------------------------------------------------
|
||||
|
||||
# Enable Vala debug-flag by default for non-release builds
|
||||
@ -181,6 +181,13 @@ AC_SUBST(GALA_CORE_VALAFLAGS)
|
||||
GALA_DOCS_VALAFLAGS="$VALAFLAGS $GALA_CORE_VALA_PKGS"
|
||||
AC_SUBST(GALA_DOCS_VALAFLAGS)
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Additional build flags
|
||||
# -----------------------------------------------------------
|
||||
|
||||
# Use RUNPATH instead of RPATH if needed
|
||||
CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Documentation
|
||||
# -----------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user