Added --enable-rule-generator, usher for mkinitramfs, and dependencies
This commit is contained in:
5
Makefile
5
Makefile
@@ -8,12 +8,12 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS =
|
||||
DEPENDS = glibc,kmod,util-linux,xz,zlib
|
||||
ARCH = x86_64
|
||||
URL = http://www.gentoo.org/proj/en/eudev/
|
||||
DESC = eudev is a fork of system-udev with the goal of obtaining better \
|
||||
compatibility with existing software
|
||||
SNAPVER = sr0
|
||||
SNAPVER = sr1
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -60,6 +60,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
||||
--enable-split-usr \
|
||||
--disable-static \
|
||||
--enable-manpages \
|
||||
--enable-rule-generator \
|
||||
--build=x86_64-snap-linux-gnu \
|
||||
--host=x86_64-snap-linux-gnu \
|
||||
--target=x86_64-snap-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user