mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #970 from chewitt/fix_udpxy
udpxy: fix build after gcc changes
This commit is contained in:
@@ -33,6 +33,7 @@ PKG_AUTORECONF="no"
|
||||
pre_configure_target() {
|
||||
# fails to build with gcc 4.9 + lto
|
||||
strip_lto
|
||||
CFLAGS="$CFLAGS -Wno-error=unused-const-variable"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
||||
Reference in New Issue
Block a user