libtool:rebuild
This commit is contained in:
@@ -11,7 +11,7 @@ def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--prefix=/usr")
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-08-19</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>1.5.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
|
||||
@@ -52,7 +52,7 @@ def setup():
|
||||
--libexecdir=/usr/lib/NetworkManager \
|
||||
")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2018-08-13</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>1.10.10</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Requires>
|
||||
|
||||
Reference in New Issue
Block a user