mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Should have been finddir B_COMMON_DIRECTORY, not findir B_COMMON_BIN_DIRECTORY... this should fix those typos.
This commit is contained in:
@@ -9,7 +9,7 @@ CHECKSUM_MD5="ba1015b59c112d44d7797b62fe7bee51"
|
||||
BUILD {
|
||||
cd neon-0.29.3
|
||||
autogen.sh
|
||||
./configure --prefix=`findir B_COMMON_BIN_DIRECTORY` --with-ssl --with-libxml2 --enable-shared
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-ssl --with-libxml2 --enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user