Ignore:
Timestamp:
08/19/2020 07:15:30 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7afb1e68
Parents:
025d5415
Message:

meson: remove useless options, for untagged packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23573 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
networking/netutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/network-manager-applet.xml

    r025d5415 r19613b0  
    125125
    126126meson --prefix=/usr     \
    127       --sysconfdir=/etc \
    128127      -Dappindicator=no \
    129128      -Dselinux=false   \
  • networking/netutils/networkmanager.xml

    r025d5415 r19613b0  
    198198CXXFLAGS+="-O2 -fPIC"            \
    199199meson --prefix /usr              \
    200       --sysconfdir /etc          \
    201       --localstatedir /var       \
    202200      -Djson_validation=false    \
    203201      -Dlibaudit=no              \
     
    221219CXXFLAGS+="-O2 -fPIC"            \
    222220meson --prefix /usr              \
    223       --sysconfdir /etc          \
    224       --localstatedir /var       \
    225221      -Djson_validation=false    \
    226222      -Dlibaudit=no              \
Note: See TracChangeset for help on using the changeset viewer.