mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 02:00:30 -04:00
- MFWMANAGER to add mstfwmanager and mstarchive tools; - ADAB to add mstreg and mstlink tools; - STATIC to reduce the final packages size brings by libboost dependency; - Prepare the upcoming -lite sub port. PR: 242038 Approved by: hselasky (maintainer timeout) Sponsored by: Netflix
16 lines
570 B
Text
16 lines
570 B
Text
*** dev_mgt/Makefile.am.orig Fri Jan 10 23:00:25 2020
|
|
--- dev_mgt/Makefile.am Fri Jan 10 23:18:29 2020
|
|
*************** libdev_mgt_a_SOURCES = \
|
|
*** 44,54 ****
|
|
$(top_srcdir)/common/compatibility.h \
|
|
$(top_srcdir)/common/tools_version.h
|
|
|
|
- dev_mgt_pylibdir = $(libdir)/mstflint/python_tools/
|
|
-
|
|
- dev_mgt_pylib_DATA = c_dev_mgt.so dev_mgt.py
|
|
- dist_dev_mgt_pylib_DATA = dev_mgt.py
|
|
-
|
|
c_dev_mgt.so: libdev_mgt.a
|
|
$(CC) -g -Wall -pthread -shared ${CFLAGS} tools_dev_types.o -o c_dev_mgt.so \
|
|
-L$(USER_DIR)/reg_access -lreg_access \
|
|
--- 44,49 ----
|