Changeset 9b9dbbb for npl/system/acpid/acpid.SlackBuild
- Timestamp:
- 01/11/19 22:29:26 (6 years ago)
- Branches:
- master
- Children:
- 6936b89
- Parents:
- 75064bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/system/acpid/acpid.SlackBuild
r75064bd r9b9dbbb 27 27 28 28 #Version of the sourcefiles 29 VER=`echo $SRC_ARC| sed 's/.* _//g' | sed 's/\.tar\..*$//g' | sed 's/\.zip$//g'`29 VER=`echo $SRC_ARC| sed 's/.*-//g' | sed 's/\.tar\..*$//g' | sed 's/\.zip$//g'` 30 30 31 31 #Architecture that the created binaries run on. … … 60 60 #export CFLAGS="-fgnu89-inline" #If "multiple definition of `foo'" Also see http://gcc.gnu.org/gcc-4.3/porting_to.html 61 61 MAKE_OPTS="" 62 #./configure --prefix=/usr || exit 162 ./configure --prefix=/usr || exit 1 63 63 64 64 #AUTOMAKE: Compile
Note: See TracChangeset
for help on using the changeset viewer.