BPackageInfo::Parser: Validate URL strings.
Fixes #12710. Signed-off-by: Augustin Cavalier <[email protected]> I fixed the modifications to the Jamfiles in src/bin, they were all wrong in the patch.
This commit is contained in:
committed by
Augustin Cavalier
parent
a4f86e7f78
commit
fa2dd9c45f
@@ -496,8 +496,8 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
||||
HOST_LIBROOT += /usr/lib/libgnuregex.so ;
|
||||
HOST_STATIC_LIBROOT += /usr/lib/libgnuregex.so ;
|
||||
} else if $(HOST_PLATFORM) = darwin {
|
||||
HOST_LIBROOT += libgnuregex_build.a ;
|
||||
HOST_STATIC_LIBROOT += libgnuregex_build.a ;
|
||||
HOST_LIBROOT += libgnuregex_build.so ;
|
||||
HOST_STATIC_LIBROOT += libgnuregex_build.so ;
|
||||
}
|
||||
|
||||
# The BeOS compilers define __INTEL__ respectively __POWERPC__. On the
|
||||
|
||||
Reference in New Issue
Block a user