瀏覽代碼

support new 'use_<toolname>' defines

Ralf S. Engelschall 22 年之前
父節點
當前提交
a904e0311e
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      openpkg-tool/openpkg-build.pl
  2. 2 2
      openpkg-tool/openpkg-tool.spec

+ 1 - 1
openpkg-tool/openpkg-build.pl

@@ -275,7 +275,7 @@ sub get_config ()
         template => $q[1],
         platform => '',
         prefix   => $q[4],
-        optreg   => '(?:'.join('|', map { "\Qwith_$_\E" } @g).')'
+        optreg   => '(?:'.join('|', map { "\Quse_$_\E" } @g).')'
         };
 }
 

+ 2 - 2
openpkg-tool/openpkg-tool.spec

@@ -32,8 +32,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [PLUS]
 Group:        Bootstrapping
 License:      GPL
-Version:      20030424
-Release:      20030424
+Version:      20030425
+Release:      20030425
 
 #   list of sources
 Source0:      openpkg.sh