xorg-server: typo fix.
This commit is contained in:
parent
26168bde6a
commit
fbe5a4901b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ conf_files="/etc/X11/Xwrapper.config"
|
||||||
|
|
||||||
# Symbols must be resolved lazily for modules to work.
|
# Symbols must be resolved lazily for modules to work.
|
||||||
# See https://bugs.freedesktop.org/show_bug.cgi?id=41208#c5
|
# See https://bugs.freedesktop.org/show_bug.cgi?id=41208#c5
|
||||||
LDFLAGS="-Wl,z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in a new issue