mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
musl: add -fpie to build getent, getconf, and iconv
[ci skip]
This commit is contained in:
parent
ac42a21c91
commit
d497d7f258
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ nostrip_files="libc.so"
|
||||||
shlib_provides="libc.so"
|
shlib_provides="libc.so"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
$CC $CFLAGS $LDFLAGS ${FILESDIR}/getent.c -o getent
|
$CC $CFLAGS $LDFLAGS -fpie ${FILESDIR}/getent.c -o getent
|
||||||
$CC $CFLAGS $LDFLAGS ${FILESDIR}/getconf.c -o getconf
|
$CC $CFLAGS $LDFLAGS -fpie ${FILESDIR}/getconf.c -o getconf
|
||||||
$CC $CFLAGS $LDFLAGS ${FILESDIR}/iconv.c -o iconv
|
$CC $CFLAGS $LDFLAGS -fpie ${FILESDIR}/iconv.c -o iconv
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
# Move everything to /usr.
|
# Move everything to /usr.
|
||||||
|
|
Loading…
Add table
Reference in a new issue