mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
README: fix previous; vars have XBPS_ prefix.
This commit is contained in:
parent
67aa5b4e17
commit
2a9c4be660
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ through the `etc/conf` configuration file for the `xbps-src` utility; optionally
|
||||||
If you want to customize default `CFLAGS`, `CXXFLAGS` and `LDFLAGS`, don't override
|
If you want to customize default `CFLAGS`, `CXXFLAGS` and `LDFLAGS`, don't override
|
||||||
those defined in `etc/defaults.conf`, append to them instead via `etc/conf` i.e:
|
those defined in `etc/defaults.conf`, append to them instead via `etc/conf` i.e:
|
||||||
|
|
||||||
$ echo 'CFLAGS+=" your flags here "' >> etc/conf
|
$ echo 'XBPS_CFLAGS+=" your flags here "' >> etc/conf
|
||||||
$ echo 'LDFLAGS+=" your flags here "' >> etc/conf
|
$ echo 'XBPS_LDFLAGS+=" your flags here "' >> etc/conf
|
||||||
|
|
||||||
See [Manual](https://github.com/voidlinux/xbps-packages/blob/master/Manual.md)
|
See [Manual](https://github.com/voidlinux/xbps-packages/blob/master/Manual.md)
|
||||||
for documentation to create and learn about the source packages.
|
for documentation to create and learn about the source packages.
|
||||||
|
|
Loading…
Add table
Reference in a new issue