CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd1388
)
pkgutils: adapted CFLAGS
author
Victor Martinez
<pitillo@ono.com>
Tue, 17 May 2016 19:51:24 +0000
(19:51 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 17 May 2016 19:51:24 +0000
(19:51 +0000)
pkgutils/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/pkgutils/Pkgfile
b/pkgutils/Pkgfile
index 5c683204b4dc555909ae79622043cb735aab65cc..bd75d2ac489b71a2c7495f11630ffef4c03d196a 100644
(file)
--- a/
pkgutils/Pkgfile
+++ b/
pkgutils/Pkgfile
@@
-12,5
+12,5
@@
source=(http://crux.nu/files/$name-$version.tar.xz)
build () {
cd $name-$version
make DESTDIR=$PKG MANDIR=/usr/share/man install
- sed 's|FLAGS=.*|FLAGS="-O2 -pipe
-mfloat-abi=hard
"|' -i $PKG/etc/pkgmk.conf
+ sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf
}