summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Pickford2016-02-17 20:47:10 -0800
committerPeter Pickford2016-02-17 20:47:10 -0800
commit59662e16c4aafd1e71b1a632cfb9e96c0d08ffb1 (patch)
treeb2a23dd01f5d8d4105dfd20aa8741ada0888203c
parent32ebaac9c7e01b78c4c50fafdb6d87d46d8934c1 (diff)
downloadaur-59662e16c4aafd1e71b1a632cfb9e96c0d08ffb1.tar.gz
gcc requires -O for inline functions to be inlined or they are ignored
-rw-r--r--PKGBUILD2
-rw-r--r--config.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32dc15166275..262cd0d9bd85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=(http://fossies.org/unix/misc/$pkgname$pkgver-Jun05.tar.gz
mgetty@.service)
md5sums=('4df2eb47bd6d5318d3d642572ab56e51'
'eaa2b17d77ca099ebb7e92cf2006f6c1'
- 'd40de3f241a2851f091e0046cb7f28c0'
+ '2c26c665b94bffae2805e8e464cd1165'
'5556e5e88c784e75acb14ab998d7eb1a'
'4b73a5654db86a34a8dccdf5f55c699c'
'cbc70329924235e8f2e6302c859d59a6')
diff --git a/config.patch b/config.patch
index 2faec121eac8..49d0e74e1c6d 100644
--- a/config.patch
+++ b/config.patch
@@ -5,7 +5,7 @@
#
#CFLAGS=-Wall -O2 -pipe -DSECUREWARE -DUSE_POLL
-CFLAGS=-O2 -Wall -pipe
-+CFLAGS=$(RPM_OPT_FLAGS) -Wall -pipe -DAUTO_PPP
++CFLAGS=-O2 -Wall -pipe -DAUTO_PPP
#CFLAGS=-O -DSVR4
#CFLAGS=-O -DSVR4 -DSVR42
#CFLAGS=-O -DUSE_POLL