mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
xemacs: s/DISABLEASLR/DISABLE_ASLR/
What a difference an underscore makes...
This commit is contained in:
@@ -69,7 +69,6 @@ BUILD_PREREQUIRES="
|
||||
# TODO: fix lispdir to not use $HOME
|
||||
BUILD()
|
||||
{
|
||||
export DISABLEASLR=1
|
||||
autoconf
|
||||
export HOME=/boot/home
|
||||
runConfigure ./configure \
|
||||
@@ -92,8 +91,7 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
export DISABLEASLR=1
|
||||
make install
|
||||
addattr SYS:ENV DISABLEASLR=1 $binDir/xemacs-21*
|
||||
addattr SYS:ENV DISABLE_ASLR=1 $binDir/xemacs-21*
|
||||
addAppDeskbarSymlink $binDir/xemacs XEmacs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user