mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-04 17:45:11 +02:00
While here add a new variable for templates: disable_ldflags. If set LDFLAGS won't be used while building the package, it was required by glibc which refused to link with a rpath set. --HG-- extra : convert_revision : 14c547aa7470145c883ca982c517c50ca8f15fc5
4 lines
127 B
Bash
4 lines
127 B
Bash
# We must configure it in another directory.
|
|
|
|
$mkdir_cmd -p $wrksrc/build_obj && cd $wrksrc/build_obj
|
|
wrksrc=$wrksrc/build_obj
|